A simple port of the module random

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
rguillon
Posts: 8
Joined: Thu Aug 04, 2016 2:19 pm

A simple port of the module random

Post by rguillon » Sat Aug 13, 2016 2:13 pm

I have a simple lfsr based implementation of the module random, ported from the cpython one:

https://github.com/rguillon/micropython ... dom/random

It provides all the services and only depends on the math module.

Post Reply