randn 0.1.11

A package to populate ndarray's vector, matrix and vector of matrices with standard normal random variables in parallel.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.criterion]
version = "0.5.1"

[dependencies.ndarray]
version = "0.15"

[dependencies.ndarray-parallel]
version = "0.9.1"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.8"

[lib]
doctest = false

[package]
authors = ["John Stevens"]
categories = ["Data Science"]
description = "A package to populate ndarray's vector, matrix and vector of matrices with standard normal random variables in parallel."
edition = "2021"
keywords = ["ndarray", "Random_Normal", "Vector", "Matrix", "Matrices"]
license = "MIT OR Apache-2.0"
name = "randn"
readme = "README.md"
repository = "https://github.com/j-h-stevens/randn"
version = "0.1.11"