ndarray-rand 0.15.0

Constructors for randomized arrays. `rand` integration for `ndarray`.
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.ndarray]
version = "0.16"

[dependencies.quickcheck]
default-features = false
optional = true
version = "1.0"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.0"

[dependencies.rand_distr]
version = "0.4.0"

[dev-dependencies.quickcheck]
default-features = false
version = "1.0"

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

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

[package]
authors = ["bluss"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Constructors for randomized arrays. `rand` integration for `ndarray`."
documentation = "https://docs.rs/ndarray-rand/"
edition = "2018"
keywords = ["multidimensional", "matrix", "rand", "ndarray"]
license = "MIT OR Apache-2.0"
name = "ndarray-rand"
readme = "README.md"
repository = "https://github.com/rust-ndarray/ndarray"
version = "0.15.0"

[package.metadata.release]
no-dev-version = true
tag-name = "ndarray-rand-{{version}}"

[[test]]
name = "tests"
path = "tests/tests.rs"