mersenne_twister 0.1.1

Mersenne Twister pseudorandom number generator
docs.rs failed to build mersenne_twister-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mersenne_twister-1.1.1

Mersenne Twister in Rust

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

Algorithms

  • MT19937 (32-bit version)
  • MT19937-64 (64-bit version)

Stability

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