FrancisRussell / rust-mersenne-twister

Mersenne Twister in pure rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Mersenne Twister in pure rust

License:Apache License 2.0


Languages

Language:Rust 100.0%