A no_std, 0 dependency, pseudo-random number generator library based on the ACORN algorithm. Not cryptographically secure.
Add the following to the [dependencies] section of your Config.toml:
acorn_prng = "3.0.1"
Documentation can be found here: https://docs.rs/acorn_prng
The ACORN algorithm is described here: http://acorn.wikramaratna.org/concept.html