dnorm 0.1.0

Sampling exactly from the normal distribution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.rand]
version = "0.8.5"

[dev-dependencies.libm]
version = "0.2.8"

[package]
description = "Sampling exactly from the normal distribution"
edition = "2021"
keywords = ["statistics"]
license = "MIT"
name = "dnorm"
readme = "README.md"
repository = "https://github.com/azzaouit/dnorm"
version = "0.1.0"