Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Drandom.py656 def weibullvariate(self, alpha, beta): member in Random
767 weibullvariate = _inst.weibullvariate variable
/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/cpython2/Lib/
Drandom.py644 def weibullvariate(self, alpha, beta): member in Random
905 weibullvariate = _inst.weibullvariate variable
/external/python/cpython3/Lib/test/
Dtest_random.py753 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/
Drandom.rst282 .. function:: weibullvariate(alpha, beta)
/external/python/cpython3/Doc/library/
Drandom.rst304 .. function:: weibullvariate(alpha, beta)