Home
last modified time | relevance | path

Searched refs:weibullvariate (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Drandom.py797 def weibullvariate(self, alpha, beta): member in Random
876 weibullvariate = _inst.weibullvariate variable
/third_party/python/Lib/test/
Dtest_random.py1005 g.random = x[:].pop; g.weibullvariate(1.0, 1.0)
1030 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0),
1063 (g.weibullvariate, (10.0, float('inf')), 10.0),
1064 (g.weibullvariate, (0.0, 10.0), 0.0),
/third_party/python/Doc/library/
Drandom.rst367 .. function:: weibullvariate(alpha, beta)