mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
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
8.5 KiB
8.5 KiB