mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
.. | ||
.github | ||
examples | ||
test | ||
.arduino-ci.yml | ||
CHANGELOG.md | ||
keywords.txt | ||
library.json | ||
library.properties | ||
LICENSE | ||
Prandom.cpp | ||
Prandom.h | ||
README.md |
Prandom
Arduino library for random number generation with Python random interface.
Description
See Python Random library - https://docs.python.org/3/library/random.html
Related
- https://github.com/RobTillaart/DEVRANDOM
- https://github.com/RobTillaart/Prandom
- https://github.com/RobTillaart/randomHelpers
Interface
#include "Prandom.h"
Operation
See examples.
Future
Must
- improve documentation.
Should
- unit tests?
- follow developments in Python random library.
Could
- add more RNG's to choose from.
Wont
Support
If you appreciate my libraries, you can support the development and maintenance. Improve the quality of the libraries by providing issues and Pull Requests, or donate through PayPal or GitHub sponsors.
Thank you,