GY-63_MS5611/libraries/Prandom
2021-12-23 20:43:00 +01:00
..
.github/workflows 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
examples 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
test 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
.arduino-ci.yml 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
keywords.txt 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
library.json 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
library.properties 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
LICENSE 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
Prandom.cpp 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
Prandom.h 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
README.md 0.1.4 Prandom 2021-12-23 20:43:00 +01:00

Arduino CI Arduino-lint JSON check License: MIT GitHub release

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

  • follow developments in Python random library.
  • improve documentation.
  • add more RNG's to choose from.