[package] name = "minstd" version = "0.9.4" description = "MINSTD minimal standard random number generator" edition = "2021" rust-version = "1.56.0" authors = [ "Radim Kolar " ] license = "Unlicense OR CC0-1.0" categories = [ "mathematics", "algorithms", "no-std" ] keywords = [ "random", "rand", "mcg", "nostd", "minstd" ] homepage = "https://gitlab.com/hsn10/minstd" documentation = "https://docs.rs/minstd" repository = "https://gitlab.com/hsn10/minstd.git" # See list of categories at https://crates.io/category_slugs [dependencies] [features] default = []