1 unstable release
Uses old Rust 2015
0.1.0 | Jan 26, 2018 |
---|
#8 in #twister
9KB
210 lines
sfmt
Rust implementation of SIMD-oriented Fast Mersenne Twister (SFMT) interface using x86-SIMD in std::arch
.
This is pure rust re-implementation, and tested on Windows/macOS/Linux.
This works with limited parameters (607, 1279, 2281, 4253, 11213, 19937, 44497, 86243, 132049, 216091).
Limitations
- Supported only on x86 and x86_64 (due to original SFMT)
- Require rustc >= 1.51
License
MIT-License