rand_distr 0.4.1

Sampling from random number distributions
Documentation
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2"

[dependencies.rand]
default-features = false
version = "0.8.0"
[dev-dependencies.average]
features = ["std"]
version = "0.13"

[dev-dependencies.rand]
default-features = false
features = ["std_rng", "std", "small_rng"]
version = "0.8.0"

[dev-dependencies.rand_pcg]
version = "0.3.0"

[features]
alloc = ["rand/alloc"]
default = ["std"]
std = ["alloc", "rand/std"]
std_math = ["num-traits/std"]

[package]
authors = ["The Rand Project Developers"]
categories = ["algorithms", "no-std"]
description = "Sampling from random number distributions\n"
documentation = "https://docs.rs/rand_distr"
edition = "2018"
homepage = "https://rust-random.github.io/book"
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]
keywords = ["random", "rng", "distribution", "probability"]
license = "MIT OR Apache-2.0"
name = "rand_distr"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
version = "0.4.1"