11 releases (3 stable)
Uses old Rust 2015
1.1.1 | Jan 17, 2018 |
---|---|
1.1.0 | Feb 23, 2017 |
1.0.0 | Jan 20, 2017 |
0.3.0 | May 30, 2015 |
0.1.0 | Feb 2, 2015 |
#55 in #rng
590 downloads per month
Used in 256 crates
(3 directly)
89KB
1.5K
SLoC
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
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.
Dependencies
~340–570KB