Statistics with SciPy

random_sample Uniformly distributed floats in a given range. permutation Randomly permute a sequence / generate a random sequence. shuffle Randomly permute a sequence in place. seed Seed the random number generator. ... scipy.stats • Probability distribution objects ................
................