Searched refs:lognormvariate (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | random.py | 78 "lognormvariate", 603 def lognormvariate(self, mu, sigma): member in Random 843 lognormvariate = _inst.lognormvariate variable 880 _test_generator(N, lognormvariate, (0.0, 1.0))
|
/third_party/python/Lib/test/ |
H A D | test_random.py | 1016 g.random = x[:].pop; g.lognormvariate(0.0, 1.0) 1066 (g.lognormvariate, (0.0, 0.0), 1.0), 1067 (g.lognormvariate, (-float('inf'), 0.0), 0.0),
|
H A D | test_statistics.py | 2261 [random.lognormvariate(20.0, 3.0) for i in range(2_000)],
|
H A D | _test_multiprocessing.py | 3692 size = int(random.lognormvariate(0, 1) * 1000)
|
Completed in 15 milliseconds