ya-rand 2.0.2

A crate for simple and fast random number generation
Documentation
[dependencies.chachacha]
optional = true
version = "0.4"

[dependencies.getrandom]
version = "0.3"

[dev-dependencies.chacha20]
default-features = false
features = ["rng"]
version = "=0.10.0-rc.0"

[dev-dependencies.fastrand]
version = "2.3"

[dev-dependencies.oorandom]
version = "11.1"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rayon]
version = "1.11"

[[example]]
name = "compare"
path = "examples/compare.rs"

[[example]]
name = "monte_carlo"
path = "examples/monte_carlo.rs"

[[example]]
name = "sampling"
path = "examples/sampling.rs"

[features]
alloc = []
default = ["secure", "std"]
inline = []
secure = ["chachacha"]
std = ["alloc", "getrandom/std"]

[lib]
name = "ya_rand"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "A crate for simple and fast random number generation"
documentation = "https://docs.rs/ya-rand"
edition = "2024"
keywords = ["chacha", "rand", "random", "rng", "xoshiro"]
license = "MIT"
name = "ya-rand"
readme = "README.md"
repository = "https://github.com/silverstillisntgold/ya-rand"
rust-version = "1.89"
version = "2.0.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]