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 christian.heimes
Recipients christian.heimes, dstufft, martin.panter, tim.peters, vstinner
Date 2016-06-09.07:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465457565.12.0.263454374804.issue27272@psf.upfronthosting.co.za>
In-reply-to
Content
Tim,

you are saying that some methods (e.g. randint) of the MT don't fail security properties as bad as other. I'm sorry, that argument is not good enough for me. The seed() method of the MT is causing real-world problems, e.g. #25420 where 'import random' in a VM blocks forever because the Kernel's RNG state hasn't been seeded yet.

I'm in favor of changing the default seed for the default random instance.
History
Date User Action Args
2016-06-09 07:32:45christian.heimessetrecipients: + christian.heimes, tim.peters, vstinner, martin.panter, dstufft
2016-06-09 07:32:45christian.heimessetmessageid: <1465457565.12.0.263454374804.issue27272@psf.upfronthosting.co.za>
2016-06-09 07:32:45christian.heimeslinkissue27272 messages
2016-06-09 07:32:45christian.heimescreate