[issue25003] os.urandom() should call getrandom(2) not getentropy(2)

Tim Peters report at bugs.python.org
Tue Sep 8 19:20:55 CEST 2015


Tim Peters added the comment:

Guido, you're clearly talking with someone who knows too much ;-)  If we're using the Twister for _anything_ related to crypto-level randomness, then I'd appalled - it was utterly unsuitable for any such purpose from day 1.  But as a general-purpose generator for non-crypto uses, it remains an excellent choice, and still a nearly de facto standard for "almost all" such purposes.  There are general-purpose generators I like better now, but won't push in that direction until the Twister's "nearly de facto standard" status fades.  Better to be a follower than a leader in this area.

----------
nosy: +tim.peters

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25003>
_______________________________________


More information about the Python-bugs-list mailing list