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"?