[Python-ideas] Globally configurable random number generation

Random832 random832 at fastmail.com
Tue Sep 15 04:30:28 CEST 2015


Nick Coghlan <ncoghlan at gmail.com> writes:
> Compared to my original proposal, the seedable MT RNG retains the
> random.Random name, so any code already using explicit instances is
> entirely unaffected by the proposed change.

So, if you use random.Random() without seeding, you still get "MT seeded
from os.urandom"?



More information about the Python-ideas mailing list