Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 578 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 578 Bytes

Alea

Rust port of Johannes Baagøe's Alea PRNG. Crates.io License

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