GY-63_MS5611/libraries/DEVRANDOM/CHANGELOG.md
2022-10-31 19:50:00 +01:00

715 B

Change Log DEVRANDOM

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.1] - 2022-10-31

  • add changelog.md
  • add rp2040 to build-CI

[0.2.0] - 2022-07-02

  • add Marsaglia PRNG, is portable over platforms, becomes mode 3
  • improved reseeding
  • split off .cpp file
  • add examples

[0.1.3] - 2021-12-15

  • update library.json
  • license
  • minor edits

[0.1.2] - 2021-01-15

  • add constructors with seed.

[0.1.1] - 2022-07-01

  • add Arduino-CI + unit tests
  • add getMode()
  • add flush()

[0.1.0] - 2020-06-23

  • initial version