Commit Graph

3 Commits

Author SHA1 Message Date
Nick Coghlan 03d1f3be1a PEP 504: expand ensure_repeatable docstring 2015-09-17 00:31:39 +10:00
Nick Coghlan 107927ee7a Major simplification of PEP 504
- drop the submodule idea
- call random.ensure_repeatable() to opt in to the PRNG
- seed(), getstate(), setstate() all call ensure_repeatable()
2015-09-17 00:21:45 +10:00
Nick Coghlan 4634a8bad8 PEP 504: Using the System RNG by default 2015-09-16 00:29:04 +10:00