rand_mt 4.0.1

Reference Mersenne Twister random number generators.
Documentation
[dependencies.rand_core]
default-features = false
optional = true
version = "0.6.2"
[dev-dependencies.getrandom]
default-features = false
version = "0.2"

[dev-dependencies.version-sync]
version = "0.9, >= 0.9.2"

[features]
default = ["rand-traits", "std"]
rand-traits = ["rand_core"]
std = []

[package]
authors = ["David Creswick <dcrewi@gyrae.net>", "Ryan Lopopolo <rjl@hyperbo.la>"]
categories = ["algorithms", "no-std"]
description = "Reference Mersenne Twister random number generators."
documentation = "https://docs.rs/rand_mt"
edition = "2018"
homepage = "https://github.com/artichoke/rand_mt"
include = ["src/**/*", "tests/**/*", "LICENSE-*", "README.md"]
keywords = ["random", "rand", "rng", "mt"]
license = "MIT OR Apache-2.0"
name = "rand_mt"
readme = "README.md"
repository = "https://github.com/artichoke/rand_mt"
version = "4.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]