Searched refs:lognormvariate (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | random.py | 629 def lognormvariate(self, mu, sigma): member in Random 869 lognormvariate = _inst.lognormvariate variable 906 _test_generator(N, lognormvariate, (0.0, 1.0))
|
/third_party/python/Lib/test/ |
D | test_random.py | 1009 g.random = x[:].pop; g.lognormvariate(0.0, 1.0) 1059 (g.lognormvariate, (0.0, 0.0), 1.0), 1060 (g.lognormvariate, (-float('inf'), 0.0), 0.0),
|
D | test_statistics.py | 2177 [random.lognormvariate(20.0, 3.0) for i in range(2_000)],
|
D | _test_multiprocessing.py | 3619 size = int(random.lognormvariate(0, 1) * 1000)
|
/third_party/python/Doc/library/ |
D | random.rst | 341 .. function:: lognormvariate(mu, sigma)
|