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 Serge Anuchin, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters, vstinner
Date 2015-07-10.08:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYKK=EKSWGWwMiKKrg-ThXbeovs700R0i-aPFWt5aVC7Q@mail.gmail.com>
In-reply-to <1436516158.31.0.382785747773.issue24567@psf.upfronthosting.co.za>
Content
As I wrote, glib switch from floats to integers to generate random
numbers. To provide reproductible "random" numbers, an environment
variable was added to select the old PRNG.

Anyway, if we modify random.py, the generated numbers should be different, no?

To me, it's always a strange concept of having reproductible "random"
numbers :-) But I understand the use case. For example, to run a test
suite, we want randomization and to be able to replay a test suite in
the same order.
History
Date User Action Args
2015-07-10 08:35:36vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, pitrou, steven.daprano, r.david.murray, skrah, serhiy.storchaka, Serge Anuchin
2015-07-10 08:35:36vstinnerlinkissue24567 messages
2015-07-10 08:35:36vstinnercreate