Home
last modified time | relevance | path

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

/third_party/python/Lib/
Drandom.py629 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/
Dtest_random.py1009 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),
Dtest_statistics.py2177 [random.lognormvariate(20.0, 3.0) for i in range(2_000)],
D_test_multiprocessing.py3619 size = int(random.lognormvariate(0, 1) * 1000)
/third_party/python/Doc/library/
Drandom.rst341 .. function:: lognormvariate(mu, sigma)