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 rhettinger
Recipients belopolsky, mark.dickinson, orsenthil, pitrou, rhettinger, terry.reedy, vstinner
Date 2010-06-23.23:36:59
SpamBayes Score 0.51015747
Marked as misclassified No
Message-id <1277336221.04.0.0873723559089.issue9025@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, there does need to be repeatablity; there's no question about that.  The open question for me is how to offer that repeatability in the cleanest manner.

People use random.seed() for reproducible tests.  They need it to have their studies become independently validatable, etc.  Some people are pickling the state of the RNG and need to restart where they left off, etc.

Mark, thanks for the alternative formulation.  I'll take a look when I get a chance.

I've got it from here.
History
Date User Action Args
2010-06-23 23:37:01rhettingersetrecipients: + rhettinger, terry.reedy, mark.dickinson, belopolsky, orsenthil, pitrou, vstinner
2010-06-23 23:37:01rhettingersetmessageid: <1277336221.04.0.0873723559089.issue9025@psf.upfronthosting.co.za>
2010-06-23 23:36:59rhettingerlinkissue9025 messages
2010-06-23 23:36:59rhettingercreate