numpy.random.gumbel()

numpy.random.gumbel(loc=0.0, scale=1.0, size=None) Draw samples from a Gumbel distribution. Draw samples from a

2017-01-10 18:18:03
RandomState.hypergeometric()

RandomState.hypergeometric(ngood, nbad, nsample, size=None) Draw samples from a Hypergeometric distribution

2017-01-10 18:19:36
RandomState.tomaxint()

RandomState.tomaxint(size=None) Random integers between 0 and sys.maxint, inclusive. Return

2017-01-10 18:19:49
RandomState.standard_gamma()

RandomState.standard_gamma(shape, size=None) Draw samples from a standard Gamma distribution. Samples

2017-01-10 18:19:48
numpy.random.set_state()

numpy.random.set_state(state) Set the internal state of the generator from a tuple. For use if one has reason

2017-01-10 18:18:16
numpy.random.vonmises()

numpy.random.vonmises(mu, kappa, size=None) Draw samples from a von Mises distribution. Samples are drawn from

2017-01-10 18:18:20
numpy.random.hypergeometric()

numpy.random.hypergeometric(ngood, nbad, nsample, size=None) Draw samples from a Hypergeometric distribution.

2017-01-10 18:18:03
numpy.random.f()

numpy.random.f(dfnum, dfden, size=None) Draw samples from an F distribution. Samples are drawn from an F distribution

2017-01-10 18:18:01
numpy.random.geometric()

numpy.random.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials are experiments

2017-01-10 18:18:02
numpy.random.wald()

numpy.random.wald(mean, scale, size=None) Draw samples from a Wald, or inverse Gaussian, distribution. As the scale

2017-01-10 18:18:20