[issue29085] Python 3.6 on Windows doesn't seed Random() well enough

Eryk Sun report at bugs.python.org
Wed Dec 28 15:08:13 EST 2016


Eryk Sun added the comment:

The secrets module uses SystemRandom, which overrides random() and getrandbits() to use os.urandom, so it's not affected.

----------

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


More information about the Python-bugs-list mailing list