Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 784 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 784 Bytes

sfmt

Crate docs.rs DOI

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