You are here : python_3randomrandomnormalvariate

random.normalvariate() - random

Normal distribution.  mu is the mean, and sigma is the standard deviation.


Syntax

random.normalvariate(mu, sigma)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference