summaryrefslogtreecommitdiff
path: root/shared-module/random
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-11-25merge from upstream + wipDan Halbert
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott 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.