ndarray-rand 0.13.0

Constructors for randomized arrays. `rand` integration for `ndarray`.
Documentation
[dependencies.ndarray]
version = "0.14"

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

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

[dependencies.rand_distr]
version = "0.4.0"
[dev-dependencies.quickcheck]
default-features = false
version = "0.9"

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

[package]
authors = ["bluss"]
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.13.0"
[package.metadata.release]
no-dev-version = true
tag-name = "ndarray-rand-{{version}}"