alea-js

Crates.ioalea-js
lib.rsalea-js
version0.1.1
sourcesrc
created_at2023-03-04 23:52:50.924767
updated_at2023-03-05 02:05:12.290358
descriptionRust port of the javascript alea rng
homepage
repository
max_upload_size
id800925
size10,718
(freyhoe)

documentation

README

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

Commit count: 0

cargo fmt