[Python-ideas] PEP 504: Using the system RNG by default

Sturla Molden sturla.molden at gmail.com
Tue Sep 15 17:45:09 CEST 2015


On 15/09/15 17:40, Sturla Molden wrote:

> random.crypto.*    (os.urandom, ChaCha20, Arc4Random)
> random.numeric.*   (Mersenne Twister, PCG, XorShift)

Or even

random.security.*

The name hierarchy should convey a very clear message.


Sturla




More information about the Python-ideas mailing list