[dependencies]
[lib]
name = "stdrandom"
path = "src/lib.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics", "cryptography"]
description = "Generate random numbers using only Rust standard library"
documentation = "https://docs.rs/stdrandom"
edition = "2021"
homepage = "https://gitlab.com/hsn10/stdrandom"
keywords = ["random", "rng", "entropy", "rand", "secure"]
license = "Unlicense OR CC0-1.0"
name = "stdrandom"
readme = "README.md"
repository = "https://gitlab.com/hsn10/stdrandom.git"
rust-version = "1.56.0"
version = "0.3.0-beta.4"
[profile.test]
overflow-checks = true
[[test]]
name = "fastu32_period"
path = "tests/fastu32_period.rs"
[[test]]
name = "randomness_bits"
path = "tests/randomness_bits.rs"
[[test]]
name = "randomness_chisq"
path = "tests/randomness_chisq.rs"
[[test]]
name = "randomness_histogram"
path = "tests/randomness_histogram.rs"