| Crates.io | acorn_prng |
| lib.rs | acorn_prng |
| version | 4.0.0 |
| created_at | 2022-12-08 13:49:46.612928+00 |
| updated_at | 2025-09-21 17:33:26.927343+00 |
| description | A no_std, 0 dependency, pseudo-random number generator based on the ACORN algorithm. |
| homepage | https://github.com/auronandace/acorn_prng/ |
| repository | https://github.com/auronandace/acorn_prng/ |
| max_upload_size | |
| id | 732588 |
| size | 33,137 |
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 = "4.0.0"
Documentation can be found here: https://docs.rs/acorn_prng
The ACORN algorithm is described here: http://acorn.wikramaratna.org/concept.html