mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
968 B
968 B
Change Log randomHelpers
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.2.6] - 2023-02-25
- add getRandom2(), getRandom3(), getRandom7()
- optimize throwDice()
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
[0.2.5] - 2022-11-23
- add changelog.md
- add RP2040 to build-CI
- fix license (started 2015)
[0.2.4] - 2022-04-15
- fix #4 split .h in .h and .cpp
[0.2.3] - 2021-12-27
- update library.json, license,
- minor edits
[0.2.2] - 2021-11-15
- update Arduino-CI, readme.md badges
- add seedMarsaglia(uint32_t a, uint32_t b)
- fix randomDice()
[0.2.1] - 2021-01-07
- Arduino-CI
[0.2.0] - 2020-07-01
- rewrite
[0.1.01] - 2015-08-18
- bug fixes and further optimizations
[0.1.00] - 2015-08-17
- initial version.