GY-63_MS5611/libraries/Prandom/README.md
2022-11-22 14:03:23 +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

must

  • improve documentation.

should

  • unit tests?
  • follow developments in Python random library.

could

  • add more RNG's to choose from.