You are here : python_3randomrandombetavariate

random.betavariate() - random

Beta distribution.  Conditions on the parameters are alpha > 0 and
beta > 0. Returned values range between 0 and 1.


Syntax

random.betavariate(alpha, beta)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference