Crates.io | acorn_prng |
lib.rs | acorn_prng |
version | 3.0.1 |
source | src |
created_at | 2022-12-08 13:49:46.612928 |
updated_at | 2023-07-20 08:32:07.309911 |
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 | 31,798 |
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.0"
Documentation can be found here: https://docs.rs/acorn_prng
The ACORN algorithm is described here: http://acorn.wikramaratna.org/concept.html