sfmt

Crates.iosfmt
lib.rssfmt
version0.7.0
sourcesrc
created_at2018-01-26 17:04:22.714537
updated_at2021-09-03 18:48:58.290081
descriptionRust implementation of SIMD-oriented Fast Mersenne Twister (SFMT)
homepage
repositoryhttps://github.com/termoshtt/rust-sfmt
max_upload_size
id48406
size37,089
Toshiki Teramura (termoshtt)

documentation

https://docs.rs/sfmt/

README

sfmt

Crate docs.rs Build Status

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)

License

MIT-License

Commit count: 163

cargo fmt