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

Ned Batchelder report at bugs.python.org
Tue Dec 27 13:12:43 EST 2016


Ned Batchelder added the comment:

Adding a time.sleep(0.001) (or maybe even just 0) between the calls prevents the problem.

----------

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


More information about the Python-bugs-list mailing list