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.randomNormal( stddev, mean )
Arguments
number stddev (1)
- Standard deviation of the distribution.
number mean (0)
- The mean of the distribution.
Returns
number number
- Normally distributed random number with variance (stddev)² and the specified mean.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.math.randomNormal