circuitpython/shared-module/random
Scott Shawcroft a0058e6712 Introduce a random module that is a subset of CPython's random. It
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.
2017-06-27 17:37:24 -07:00
..
__init__.c Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00