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