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.
Limitations
Supported only on x86 and x86_64 (due to original SFMT)
Algorithms other than MT19937 are not supported (may be fixed in future release)