tinymt 1.0.1

Rust implementation for TinyMT 64/32 -- Mersenne Twister PRNGs with Lightweight Footprint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.circle-ci]
branch = "master"
repository = "https://github.com/torao/tinymt"
[dependencies.rand]
version = "0.7"

[package]
authors = ["Torao Takami (torao) <koiroha@gmail.com>"]
description = "Rust implementation for TinyMT 64/32 -- Mersenne Twister PRNGs with Lightweight Footprint"
documentation = "https://github.com/torao/tinymt"
edition = "2018"
keywords = ["prng", "mersennetwister", "mt", "tinymt", "random"]
license-file = "LICENSE"
name = "tinymt"
readme = "README.md"
repository = "https://github.com/torao/tinymt"
version = "1.0.1"