GRAND

Syntax:

GRAND {(mu:number {, sigma:number})}

Returns a random number with normal (Gaussian) distribution[1],
with mean value mu and standard deviation sigma.

If the optional parameter mu is omitted, Fireworkz assumes a mean of zero.

If the optional parameter sigma is omitted, Fireworkz assumes a standard deviation of one.

Revisions:

Starting with 2.00, this function will now recalculate automatically on reload.

  1. Weisstein, Eric W. "Normal Distribution." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/NormalDistribution.html