# Change Log DEVRANDOM All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.2.2] - 2023-10-24 - update readme.md - fix version in .cpp ## [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