Gaussian (normal) distribution.
The mean value.
Standard deviation.
seq(3).map(gauss(0.5, 0.3));// ⮕ [0.33, 1.32, 0.33] Copy
seq(3).map(gauss(0.5, 0.3));// ⮕ [0.33, 1.32, 0.33]
Normal distribution
Gaussian (normal) distribution.