You are here : python_3randomrandomgauss

random.gauss() - random

Gaussian distribution.  mu is the mean, and sigma is the standard
deviation.  This is slightly faster than the normalvariate() function
defined below.


Syntax

random.gauss(mu, sigma)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference