| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-27 | Introduce a random module that is a subset of CPython's random. It | Scott Shawcroft | |
| also initializes in the same way where it takes from a true random source when available through os.urandom(). After initializing, it produces deterministic results until the seed is set. This replaces urandom! Fixes #139. | |||
