ndarray-rand 0.5.0

Constructors for randomized arrays. `rand` integration for `ndarray`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ndarray-rand"
version = "0.5.0"
authors = ["bluss"]
license = "MIT/Apache-2.0"

repository = "https://github.com/bluss/rust-ndarray"
documentation = "http://bluss.github.io/rust-ndarray/master/ndarray_rand/"

description = "Constructors for randomized arrays. `rand` integration for `ndarray`."

keywords = ["multidimensional", "matrix", "rand", "ndarray"]

[dependencies]
rand = "0.3.14"
ndarray = { version = "0.9.0", path = ".." }