| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-26 | extmod/modurandom: Add some extra random functions. | Damien George | |
| Functions added are: - randint - randrange - choice - random - uniform They are enabled with configuration variable MICROPY_PY_URANDOM_EXTRA_FUNCS, which is disabled by default. It is enabled for unix coverage build and stmhal. | |||
| 2016-01-17 | extmod/modurandom: Make yasmarang() function static. | Paul Sokolovsky | |
| 2016-01-17 | extmod/modurandom: Add "urandom" module. | Paul Sokolovsky | |
| Seedable and reproducible pseudo-random number generator. Implemented functions are getrandbits(n) (n <= 32) and seed(). The algorithm used is Yasmarang by Ilya Levin: http://www.literatecode.com/yasmarang | |||
