love.math.randomNormal

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Get a normally distributed pseudo random number.

Function

Synopsis

number = love.math.randnormal( stddev )

Arguments

number stddev
Standard deviation of the distribution.

Returns

number number
Normally distributed random number with mean 0 and variance (stddev)².

See Also

Other Languages