Nick Coghlan <ncogh...@gmail.com> added the comment:
Note that a potential variation of the new approach is that rather than reseeding the default instance, the Action could create and seed a new random.Random() instance every time. It would be slightly slower, but I don't think this gets hit often enough for that to be a major concern. ---------- nosy: +ncoghlan _______________________________________________________ PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za> <http://psf.upfronthosting.co.za/roundup/meta/issue644> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list Tracker-discuss@python.org https://mail.python.org/mailman/listinfo/tracker-discuss Code of Conduct: https://www.python.org/psf/codeofconduct/