1 unstable release
0.1.1 | Mar 5, 2023 |
---|---|
0.1.0 |
|
#368 in #javascript
9KB
174 lines
Alea
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