Generate a normally-distributed floating-point number.
The mean of the population distribution
The standard deviation of the population
A random float
const y = SMath.rnorm(2, 3); // 1.627... Copy
const y = SMath.rnorm(2, 3); // 1.627...
Generate a normally-distributed floating-point number.