[dependencies]
[features]
default = []
[lib]
name = "minstd"
path = "src/lib.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms", "no-std"]
description = "MINSTD minimal standard random number generator"
documentation = "https://docs.rs/minstd"
edition = "2021"
homepage = "https://gitlab.com/hsn10/minstd"
keywords = ["random", "rand", "mcg", "nostd", "minstd"]
license = "Unlicense OR CC0-1.0"
name = "minstd"
readme = "README.md"
repository = "https://gitlab.com/hsn10/minstd.git"
rust-version = "1.56.0"
version = "0.9.5-alpha.3"