This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, alex, dstufft, ezio.melotti, mark.dickinson, neologix, pitrou, rhettinger, tim.peters, vstinner
Date 2014-05-11.19:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399837308.94.0.0161769080772.issue21470@psf.upfronthosting.co.za>
In-reply-to
Content
"The default seeding for the random module currently used 32 bytes from urandom() to create the initial state of the random number generator.  This is far less than the number of possible states 2**19937-1."

I suggest to document how the PRNG is initialized instead of reading more bytes from /dev/urandom.
History
Date User Action Args
2014-05-11 19:41:49vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, pitrou, ezio.melotti, Arfrever, alex, neologix, dstufft
2014-05-11 19:41:48vstinnersetmessageid: <1399837308.94.0.0161769080772.issue21470@psf.upfronthosting.co.za>
2014-05-11 19:41:48vstinnerlinkissue21470 messages
2014-05-11 19:41:48vstinnercreate