rand_mt 4.2.2

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.0"

[dev-dependencies.version-sync]
default-features = false
features = ["markdown_deps_updated", "html_root_url_updated"]
version = "0.9.3"

[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", "no-std::no-alloc"]
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"
rust-version = "1.47.0"
version = "4.2.2"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = []