Searched refs:weibullvariate (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ |
D | random.py | 797 def weibullvariate(self, alpha, beta): member in Random 876 weibullvariate = _inst.weibullvariate variable
|
/third_party/python/Lib/test/ |
D | test_random.py | 1005 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/ |
D | random.rst | 367 .. function:: weibullvariate(alpha, beta)
|