numpy.random.set_state(state) Set the internal state of the generator from a tuple. For use if one has reason
RandomState.standard_cauchy(size=None) Draw samples from a standard Cauchy distribution with mode =
RandomState.random_sample(size=None) Return random floats in the half-open interval [0.0, 1.0). Results
RandomState.tomaxint(size=None) Random integers between 0 and sys.maxint, inclusive. Return
RandomState.poisson(lam=1.0, size=None) Draw samples from a Poisson distribution. The Poisson distribution
RandomState.hypergeometric(ngood, nbad, nsample, size=None) Draw samples from a Hypergeometric distribution
numpy.random.gumbel(loc=0.0, scale=1.0, size=None) Draw samples from a Gumbel distribution. Draw samples from a
RandomState.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials
numpy.random.beta(a, b, size=None) Draw samples from a Beta distribution. The Beta distribution is a special case
RandomState.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn
Page 1 of 10