Home
last modified time | relevance | path

Searched refs:lognormvariate (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Drandom.py411 def lognormvariate(self, mu, sigma): member in Random
864 _test_generator(N, lognormvariate, (0.0, 1.0))
896 lognormvariate = _inst.lognormvariate variable
/external/python/cpython2/Lib/test/
Dtest_random.py505 g.random = x[:].pop; g.lognormvariate(0.0, 1.0)
555 (g.lognormvariate, (0.0, 0.0), 1.0),
556 (g.lognormvariate, (-float('inf'), 0.0), 0.0),
Dtest_multiprocessing.py1919 size = int(random.lognormvariate(0, 1) * 1000)
/external/python/cpython2/Doc/library/
Drandom.rst256 .. function:: lognormvariate(mu, sigma)