mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.1 KiB
1.1 KiB
Prandom
Arduino library for random number generation with Python random interface.
Description
See Python Random library - https://docs.python.org/3/library/random.html
Operation
See examples.
Future
must
- improve documentation.
should
- unit tests?
- follow developments in Python random library.
could
- add more RNG's to choose from.