GY-63_MS5611/libraries/Prandom/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2021-01-29 06:31:58 -05:00
[![Arduino CI](https://github.com/RobTillaart/Prandom/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
2021-12-23 14:43:00 -05:00
[![Arduino-lint](https://github.com/RobTillaart/Prandom/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/Prandom/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/Prandom/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/Prandom/actions/workflows/jsoncheck.yml)
2021-01-29 06:31:58 -05:00
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/Prandom/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/Prandom.svg?maxAge=3600)](https://github.com/RobTillaart/Prandom/releases)
2021-12-23 14:43:00 -05:00
2020-05-17 04:40:08 -04:00
# Prandom
2021-12-23 14:43:00 -05:00
Arduino library for random number generation with Python random interface.
2020-05-17 04:40:08 -04:00
2021-01-29 06:31:58 -05:00
2021-12-23 14:43:00 -05:00
## Description
2020-05-17 04:40:08 -04:00
See Python Random library - https://docs.python.org/3/library/random.html
2021-01-29 06:31:58 -05:00
2021-12-23 14:43:00 -05:00
## Operation
See examples.
## Future
- follow developments in Python random library.
- improve documentation.
- add more RNG's to choose from.
2020-05-17 04:40:08 -04:00