mersenne_twister

Crates.iomersenne_twister
lib.rsmersenne_twister
version1.1.1
sourcesrc
created_at2015-02-02 03:37:04.402399
updated_at2018-01-17 17:08:07.696849
descriptionMersenne Twister pseudorandom number generator
homepage
repositoryhttps://github.com/dcrewi/rust-mersenne-twister
max_upload_size
id1335
size101,847
David Creswick (dcrewi)

documentation

https://docs.rs/mersenne_twister/

README

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.

Commit count: 54

cargo fmt