{{newin|[[0.9.0]]|090|type=function}}
Get a normally distributed pseudo random number.
== Function ==
=== Synopsis ===
<source lang="lua">
number = love.math.randomNormal( stddev, mean )
</source>
=== Arguments ===
{{param|number|stddev (1)|Standard deviation of the distribution.}}
{{param|number|mean (0)|The mean of the distribution.}}
=== Returns ===
{{param|number|number|Normally distributed random number with variance (stddev)² and the specified mean.}}
== See Also ==
* [[parent::love.math]]
[[Category:Functions]]
{{#set:Description=Get a normally distributed pseudo random number.}}
== Other Languages ==
{{i18n|love.math.randomNormal}}