GY-63_MS5611/libraries/Prandom
2024-04-13 10:35:57 +02:00
..
.github bulk update GitHub actions 2024-04-13 10:35:57 +02:00
examples 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
test 0.1.5 Prandom 2022-11-22 14:03:23 +01:00
.arduino-ci.yml 0.1.5 Prandom 2022-11-22 14:03:23 +01:00
CHANGELOG.md 0.1.6 Prandom 2023-11-16 10:34:37 +01:00
keywords.txt 0.1.4 Prandom 2021-12-23 20:43:00 +01:00
library.json 0.1.6 Prandom 2023-11-16 10:34:37 +01:00
library.properties 0.1.6 Prandom 2023-11-16 10:34:37 +01:00
LICENSE bulk update GitHub actions 2024-04-13 10:35:57 +02:00
Prandom.cpp 0.1.6 Prandom 2023-11-16 10:34:37 +01:00
Prandom.h 0.1.6 Prandom 2023-11-16 10:34:37 +01:00
README.md 0.1.6 Prandom 2023-11-16 10:34:37 +01:00

Arduino CI Arduino-lint JSON check GitHub issues

License: MIT GitHub release PlatformIO Registry

Prandom

Arduino library for random number generation with Python random interface.

Description

See Python Random library - https://docs.python.org/3/library/random.html

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,