HomeSort by relevance Sort by last modified time
    Searched defs:gauss (Results 1 - 5 of 5) sorted by null

  /external/flac/libFLAC/include/protected/
stream_encoder.h 69 } gauss; member in union:__anon25326::__anon25327
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
554 ## -------------------- Gauss (faster alternative) --------------------
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/
random.py 54 "gauss","betavariate","paretovariate","weibullvariate",
554 ## -------------------- Gauss (faster alternative) --------------------
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/
test_math.py 535 from random import random, gauss, shuffle namespace
540 v = gauss(0, random()) ** 7 - s
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 535 from random import random, gauss, shuffle namespace
540 v = gauss(0, random()) ** 7 - s
    [all...]

Completed in 502 milliseconds