Generate a population of normally-distributed floating-point numbers.
The number of values to generate
The mean of the population distribution
The standard deviation of the population
A population of random floats
const dataset = SMath.rdist(3); // [ 1.051..., -0.779..., -2.254... ] Copy
const dataset = SMath.rdist(3); // [ 1.051..., -0.779..., -2.254... ]
Generate a population of normally-distributed floating-point numbers.