This is a pure rust port of the Mersenne Twister pseudorandom number generators. See the rustdoc for suggested usage.
This crate takes advantage of rust's built-in benchmarking, which is still an unstable feature as of 1.0. Until it stabilizes, one must compile this crate with nightly, or fork it.