Searched defs:gauss (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drandom.py54 "gauss","betavariate","paretovariate","weibullvariate",
556 def gauss(self, mu, sigma): member in class:Random
869 _test_generator(N, gauss, (0.0, 1.0))
894 gauss = _inst.gauss variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drandom.py54 "gauss","betavariate","paretovariate","weibullvariate",
556 def gauss(self, mu, sigma): member in class:Random
869 _test_generator(N, gauss, (0.0, 1.0))
894 gauss = _inst.gauss variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py535 from random import random, gauss, shuffle namespace
540 v = gauss(0, random()) ** 7 - s
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py535 from random import random, gauss, shuffle namespace
540 v = gauss(0, random()) ** 7 - s

Completed in 309 milliseconds