randomGaussian

Returns a pseudo-random, standard Gaussian distributed Float value from MathUtils.random's sequence. The distribution is centered to this range's center and is scaled so this range is six standard deviations wide.

Results are undefined for an empty range, and there is no error checking.

Parameters

clamped

If true (the default), values outside the range are clamped to the range.