randn 0.1.0

A package to populate Nalgebra'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.nalgebra]
version = "0.32.3"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4.0"

[dependencies.rayon]
version = "1.8"

[lib]
doctest = false

[package]
authors = ["John Stevens"]
categories = ["Data-sicence"]
description = "A package to populate Nalgebra's vector, matrix and vector of matrices with standard normal random variables in parallel."
edition = "2021"
keywords = ["Nalgebra", "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.0"