acorn_prng

Crates.ioacorn_prng
lib.rsacorn_prng
version4.0.0
created_at2022-12-08 13:49:46.612928+00
updated_at2025-09-21 17:33:26.927343+00
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
size33,137
(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 = "4.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: 26

cargo fmt