Searched refs:lognormvariate (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
H A Drandom.py52 "randrange","shuffle","normalvariate","lognormvariate",
411 def lognormvariate(self, mu, sigma): member in class:Random
864 _test_generator(N, lognormvariate, (0.0, 1.0))
896 lognormvariate = _inst.lognormvariate variable
/external/python/cpython3/Lib/
H A Drandom.py51 "randrange","shuffle","normalvariate","lognormvariate",
419 def lognormvariate(self, mu, sigma): member in class:Random
721 _test_generator(N, lognormvariate, (0.0, 1.0))
754 lognormvariate = _inst.lognormvariate variable
/external/python/cpython2/Lib/test/
H A 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),
H A Dtest_multiprocessing.py1919 size = int(random.lognormvariate(0, 1) * 1000)
/external/python/cpython3/Lib/test/
H A Dtest_random.py696 g.random = x[:].pop; g.lognormvariate(0.0, 1.0)
746 (g.lognormvariate, (0.0, 0.0), 1.0),
747 (g.lognormvariate, (-float('inf'), 0.0), 0.0),
H A D_test_multiprocessing.py2856 size = int(random.lognormvariate(0, 1) * 1000)

Completed in 333 milliseconds