rand_distr 0.3.0

Sampling from random number distributions
Documentation
[badges.appveyor]
repository = "rust-random/rand"

[badges.travis-ci]
repository = "rust-random/rand"
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2"

[dependencies.rand]
default-features = false
version = "0.7"
[dev-dependencies.average]
version = "0.10.3"

[dev-dependencies.rand]
default-features = false
features = ["std"]
version = "0.7"

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

[features]
alloc = ["rand/alloc"]
default = ["std"]
std = ["alloc", "rand/std"]

[package]
authors = ["The Rand Project Developers"]
categories = ["algorithms"]
description = "Sampling from random number distributions\n"
documentation = "https://rust-random.github.io/rand/rand_distr/"
edition = "2018"
homepage = "https://crates.io/crates/rand_distr"
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.3.0"