[[bench]]
name = "distr"
path = "benches/distr.rs"
[[bench]]
name = "rng"
path = "benches/rng.rs"
[[bench]]
name = "seq"
path = "benches/seq.rs"
[dependencies.cfg-if]
version = "1.0"
[dependencies.dataview]
default-features = false
version = "~1.0"
[dependencies.getrandom]
optional = true
version = "0.2.9"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[[example]]
name = "calculate_pi"
path = "examples/calculate_pi.rs"
[[example]]
name = "float_bias"
path = "examples/float_bias.rs"
[[example]]
name = "guess_the_number"
path = "examples/guess_the_number.rs"
[[example]]
name = "int_bias"
path = "examples/int_bias.rs"
[features]
default = ["getrandom", "std"]
std = []
[lib]
name = "urandom"
path = "src/lib.rs"
[package]
authors = ["Casper <CasualX@users.noreply.github.com>", "Developers of the Rand project", "The Rust Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "Produce and consume randomness, to convert them to useful types and distributions, and some randomness-related algorithms."
documentation = "https://docs.rs/urandom/"
edition = "2021"
keywords = ["rand", "random", "rng"]
license = "MIT"
name = "urandom"
readme = "readme.md"
repository = "https://github.com/CasualX/urandom"
version = "0.2.1"