Searched refs:weibullvariate (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | random.py | 92 "weibullvariate", 771 def weibullvariate(self, alpha, beta): member in Random 850 weibullvariate = _inst.weibullvariate variable
|
/third_party/python/Lib/test/ |
H A D | test_random.py | 1012 g.random = x[:].pop; g.weibullvariate(1.0, 1.0) 1037 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0), 1070 (g.weibullvariate, (10.0, float('inf')), 10.0), 1071 (g.weibullvariate, (0.0, 10.0), 0.0),
|
Completed in 4 milliseconds