Mersenne Twister in Rust

This is a pure rust port of the Mersenne Twister pseudorandom number generators. See the rustdoc for suggested usage.

Algorithms

Stability

Rust's random number generator interfaces are unstable, and this crate's interface will continue to evolve with them.