oorandom 0.1.0

A minimalistic PRNG library.
Documentation

oorandom

A minimalistic pseudorandom number generator in Rust. For those times when the rand crate is just too good and you want something a bit dumber.

More specifically, it implements ONE prng, which is probably a permuted congruential generator (PCG) but may change without warning if I decide to play with xoroshiro someday. It will give you u64 or f64. Anything else is gravy.

Basically the same as https://github.com/Lokathor/randomize. Except MINE, not HIS! HAH!