RandomState.pareto(a, size=None) Draw samples from a Pareto II or Lomax distribution with specified shape.
numpy.random.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn from a
numpy.random.chisquare(df, size=None) Draw samples from a chi-square distribution. When df independent
RandomState.uniform(low=0.0, high=1.0, size=None) Draw samples from a uniform distribution. Samples are
RandomState.set_state(state) Set the internal state of the generator from a tuple. For use if one has
RandomState.chisquare(df, size=None) Draw samples from a chi-square distribution. When df
numpy.random.negative_binomial(n, p, size=None) Draw samples from a negative binomial distribution. Samples
RandomState.laplace(loc=0.0, scale=1.0, size=None) Draw samples from the Laplace or double exponential distribution
RandomState.wald(mean, scale, size=None) Draw samples from a Wald, or inverse Gaussian, distribution. As
numpy.random.rayleigh(scale=1.0, size=None) Draw samples from a Rayleigh distribution. The
Page 7 of 10