Don't. Use. Userspace. Random. Number. Generators.<p>It is 2016. There is no business for any major tool to be shipping a dependency on a userspace random number generator like this.<p><a href="http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/" rel="nofollow">http://sockpuppet.org/blog/2014/02/25/safely-generate-random...</a><p>It's not enough for us to stop fielding new software with broken userspace random (all userspace random is broken random). We need to go back through all the software, find all the userspace RNGs, and replace them with urandom reads