acorn_prng

Crates.ioacorn_prng
lib.rsacorn_prng
version3.0.1
sourcesrc
created_at2022-12-08 13:49:46.612928
updated_at2023-07-20 08:32:07.309911
descriptionA no_std, 0 dependency, pseudo-random number generator based on the ACORN algorithm.
homepagehttps://github.com/auronandace/acorn_prng/
repositoryhttps://github.com/auronandace/acorn_prng/
max_upload_size
id732588
size31,798
(auronandace)

documentation

https://docs.rs/acorn_prng

README

acorn_prng

A no_std, 0 dependency, pseudo-random number generator library based on the ACORN algorithm. Not cryptographically secure.

Using this library

Add the following to the [dependencies] section of your Config.toml:

acorn_prng = "3.0.0"

Documentation

Documentation can be found here: https://docs.rs/acorn_prng

Acknowledgements

The ACORN algorithm is described here: http://acorn.wikramaratna.org/concept.html

Commit count: 25

cargo fmt