alea-js 0.1.1

Rust port of the javascript alea rng
Documentation

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