You are here : python_3randomrandomlognormvariate

random.lognormvariate() - random

Log normal distribution.  If you take the natural logarithm of this
distribution, you’ll get a normal distribution with mean mu and standard
deviation sigma.  mu can have any value, and sigma must be greater than
zero.


Syntax

random.lognormvariate(mu, sigma)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference