2021-01-29 12:31:58 +01:00
|
|
|
|
|
|
|
[![Arduino CI](https://github.com/RobTillaart/Prandom/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
|
|
|
|
[![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)
|
|
|
|
|
2020-05-17 10:40:08 +02:00
|
|
|
# Prandom
|
|
|
|
|
|
|
|
Arduino library for random number generation with Python random interface
|
|
|
|
|
2021-01-29 12:31:58 +01:00
|
|
|
|
2020-05-17 10:40:08 +02:00
|
|
|
# Description
|
|
|
|
|
|
|
|
See Python Random library - https://docs.python.org/3/library/random.html
|
|
|
|
|
2021-01-29 12:31:58 +01:00
|
|
|
|
2020-05-17 10:40:08 +02:00
|
|
|
# Operation
|
|
|
|
|
|
|
|
See examples
|
|
|
|
|