Home | History | Annotate | Download | only in python2.7

Lines Matching defs:uniform

5            uniform within range
15 uniform
27 circular uniform
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
353 ## -------------------- uniform distribution -------------------
355 def uniform(self, a, b):
390 # variables using the ratio of uniform deviates", ACM Trans
442 to a uniform random angle over the range 0 to 2*pi.
447 # if kappa = 0 generate uniform random angle
882 uniform = _inst.uniform