Crates.io | alea-js |
lib.rs | alea-js |
version | 0.1.1 |
source | src |
created_at | 2023-03-04 23:52:50.924767 |
updated_at | 2023-03-05 02:05:12.290358 |
description | Rust port of the javascript alea rng |
homepage | |
repository | |
max_upload_size | |
id | 800925 |
size | 10,718 |
Rust port of Johannes Baagøe's Alea PRNG.
This project contains three functions:
Alea: a rust port of Alea, guaranteed to output the exact values as the original 0.9 version of javascript Alea
Mash: Alea's string hasher
AleaFast: a rust port of Alea optimized for performance, however it may differ from the original on extreme seeds or heavy rng rolls