mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +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.8 KiB
8.8 KiB