sfmt 0.4.0

Rust implementation of SIMD-oriented Fast Mersenne Twister (SFMT)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.rand]
version = "0.5"

[dependencies.rand_core]
version = "0.2"

[package]
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
categories = ["algorithms"]
description = "Rust implementation of SIMD-oriented Fast Mersenne Twister (SFMT)"
documentation = "https://docs.rs/sfmt/"
edition = "2018"
keywords = ["random", "rng"]
license = "MIT"
name = "sfmt"
repository = "https://github.com/termoshtt/rust-sfmt"
version = "0.4.0"