Lines Matching +refs:new +refs:mu
39 Optionally, a new generator can supply a :meth:`~Random.getrandbits` method --- this
218 To shuffle an immutable sequence and return a new shuffled list, use
236 Returns a new list containing elements from the population while leaving the
327 .. function:: gauss(mu, sigma)
329 Normal distribution, also called the Gaussian distribution. *mu* is the mean,
341 .. function:: lognormvariate(mu, sigma)
344 distribution, you'll get a normal distribution with mean *mu* and standard
345 deviation *sigma*. *mu* can have any value, and *sigma* must be greater than
349 .. function:: normalvariate(mu, sigma)
351 Normal distribution. *mu* is the mean, and *sigma* is the standard deviation.
354 .. function:: vonmisesvariate(mu, kappa)
356 *mu* is the mean angle, expressed in radians between 0 and 2\*\ *pi*, and *kappa*
406 * If a new seeding method is added, then a backward compatible seeder will be
594 in the class will use the new method::