frand 0.10.1

Blazingly fast random number generation library
Documentation
[[bench]]
name = "fastrand"
path = "benches/fastrand.rs"

[[bench]]
name = "frand"
path = "benches/frand.rs"

[[bench]]
name = "rand_small_rng"
path = "benches/rand_small_rng.rs"

[dependencies.glam]
optional = true
version = "0"

[dependencies.rand_core]
optional = true
version = "0.6"

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

[dev-dependencies.image]
default-features = false
features = ["png"]
version = "0.24.6"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

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

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

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

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

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

[features]
default = ["glam", "std", "impl_rng_core"]
glam = ["dep:glam"]
impl_rng_core = ["dep:rand_core"]
std = []

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

[package]
authors = ["EngusMaze"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Blazingly fast random number generation library"
edition = "2021"
exclude = ["*.png"]
homepage = "https://github.com/engusmaze/frand"
license = "Apache-2.0 OR MIT"
name = "frand"
readme = "README.md"
repository = "https://github.com/engusmaze/frand"
version = "0.10.1"