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 wrohdewald
Recipients wrohdewald
Date 2016-08-12.08:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470991634.5.0.402741312706.issue27742@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation promises backwards compatible seeders. I understand this as such that they generate the same random sequences. But for Python 2.7.12 and 3.5.2 this is not so, even if I pass an integer as seed value. The attached script returns different values.

Maybe I misunderstand the documentation - I believe it means that seed(version=1) uses the backwards compatible seeder, but it does not say so explicitly. If that is not so, the documentation does not say how to invoke the backwards compatible seeder.
History
Date User Action Args
2016-08-12 08:47:14wrohdewaldsetrecipients: + wrohdewald
2016-08-12 08:47:14wrohdewaldsetmessageid: <1470991634.5.0.402741312706.issue27742@psf.upfronthosting.co.za>
2016-08-12 08:47:14wrohdewaldlinkissue27742 messages
2016-08-12 08:47:13wrohdewaldcreate