Home | History | Annotate | Download | only in Lib

Lines Matching full:uniform

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