You are here : python_3randomrandomweibullvariate

random.weibullvariate() - random

Weibull distribution.  alpha is the scale parameter and beta is the shape
parameter.


Syntax

random.weibullvariate(alpha, beta)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference