rand-array-iid 0.1.0

Create arrays whose elements are independently identically distributed.
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "main"
repository = "krtab/rand-array-iid"
[dependencies.array-init]
version = "0.1.1"

[dependencies.rand]
version = "0.7.3"

[dependencies.rand_distr]
default-features = false
version = "0.3.0"

[features]
more_array_sizes = []

[package]
authors = ["Arthur Carcano <arthur.carcano@gmail.com>"]
categories = ["algorithms", "no-std"]
description = "Create arrays whose elements are independently identically distributed."
edition = "2018"
exclude = [".travis.yml"]
keywords = ["rand", "random", "array", "arr"]
license = "MIT"
name = "rand-array-iid"
readme = "Readme.md"
repository = "https://github.com/krtab/rand-array-iid"
version = "0.1.0"