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 dstufft
Recipients christian.heimes, dstufft, martin.panter, tim.peters, vstinner
Date 2016-06-09.11:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465470108.72.0.261199345697.issue27272@psf.upfronthosting.co.za>
In-reply-to
Content
If seeding from urandom was causing no problems, then I would not care if random.Random() wanted to seed from urandom, even though it doesn't need to. However it is causing problems, and thus it shouldn't.

Here's another script, this one runs on Python 3.5.1 that can clone MT using nothing but it's output: https://gist.github.com/dstufft/394ea7dd8f64159df10e25a75865c03c.
History
Date User Action Args
2016-06-09 11:01:48dstufftsetrecipients: + dstufft, tim.peters, vstinner, christian.heimes, martin.panter
2016-06-09 11:01:48dstufftsetmessageid: <1465470108.72.0.261199345697.issue27272@psf.upfronthosting.co.za>
2016-06-09 11:01:48dstufftlinkissue27272 messages
2016-06-09 11:01:48dstufftcreate