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 serhiy.storchaka
Recipients docs@python, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-12.10:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491993392.11.0.681781373499.issue30051@psf.upfronthosting.co.za>
In-reply-to
Content
I think it is worth documenting.

Even if multiprocessing reseeds the module-global random generator, it doesn't reseed other instances of Random.
History
Date User Action Args
2017-04-12 10:36:32serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner, docs@python
2017-04-12 10:36:32serhiy.storchakasetmessageid: <1491993392.11.0.681781373499.issue30051@psf.upfronthosting.co.za>
2017-04-12 10:36:32serhiy.storchakalinkissue30051 messages
2017-04-12 10:36:32serhiy.storchakacreate