GY-63_MS5611/libraries/Prandom/README.md
2021-12-23 20:43:00 +01:00

1.1 KiB

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.