Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_random.py522 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/cpython3/Lib/
Drandom.py754 def weibullvariate(self, alpha, beta): member in Random
833 weibullvariate = _inst.weibullvariate variable
/external/python/cpython2/Lib/
Drandom.py644 def weibullvariate(self, alpha, beta): member in Random
905 weibullvariate = _inst.weibullvariate variable
/external/python/cpython3/Lib/test/
Dtest_random.py918 g.random = x[:].pop; g.weibullvariate(1.0, 1.0)
943 (g.weibullvariate, (1.0, 3.0), gamma(1+1/3.0),
976 (g.weibullvariate, (10.0, float('inf')), 10.0),
977 (g.weibullvariate, (0.0, 10.0), 0.0),
/external/python/cpython2/Doc/library/
Drandom.rst282 .. function:: weibullvariate(alpha, beta)
/external/python/cpython3/Doc/library/
Drandom.rst356 .. function:: weibullvariate(alpha, beta)