numpy.random.f(dfnum, dfden, size=None) Draw samples from an F distribution. Samples are drawn from an F distribution
numpy.random.hypergeometric(ngood, nbad, nsample, size=None) Draw samples from a Hypergeometric distribution.
RandomState.gumbel(loc=0.0, scale=1.0, size=None) Draw samples from a Gumbel distribution. Draw samples
RandomState.shuffle(x) Modify a sequence in-place by shuffling its contents.
numpy.random.noncentral_f(dfnum, dfden, nonc, size=None) Draw samples from the noncentral F distribution. Samples
numpy.random.dirichlet(alpha, size=None) Draw samples from the Dirichlet distribution. Draw size
numpy.random.triangular(left, mode, right, size=None) Draw samples from the triangular distribution. The triangular
numpy.random.random_integers(low, high=None, size=None) Random integers of type np.int between low
numpy.random.permutation(x) Randomly permute a sequence, or return a permuted range. If x is a
RandomState.binomial(n, p, size=None) Draw samples from a binomial distribution. Samples are drawn from
Page 4 of 10