Searched refs:weibullvariate (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/ |
D | random.py | 656 def weibullvariate(self, alpha, beta): member in Random 767 weibullvariate = _inst.weibullvariate variable
|
/external/python/cpython2/Lib/test/ |
D | test_random.py | 522 g.random = x[:].pop; g.weibullvariate(1.0, 1.0) 547 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0), 580 (g.weibullvariate, (10.0, float('inf')), 10.0), 581 (g.weibullvariate, (0.0, 10.0), 0.0),
|
/external/python/cpython2/Lib/ |
D | random.py | 644 def weibullvariate(self, alpha, beta): member in Random 905 weibullvariate = _inst.weibullvariate variable
|
/external/python/cpython3/Lib/test/ |
D | test_random.py | 753 g.random = x[:].pop; g.weibullvariate(1.0, 1.0) 778 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0), 811 (g.weibullvariate, (10.0, float('inf')), 10.0), 812 (g.weibullvariate, (0.0, 10.0), 0.0),
|
/external/python/cpython2/Doc/library/ |
D | random.rst | 282 .. function:: weibullvariate(alpha, beta)
|
/external/python/cpython3/Doc/library/ |
D | random.rst | 304 .. function:: weibullvariate(alpha, beta)
|