RandomState.standard_gamma()
  • References/Python/NumPy/Routines/Random sampling

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

2025-01-10 15:47:30
numpy.random.gumbel()
  • References/Python/NumPy/Routines/Random sampling

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

2025-01-10 15:47:30
numpy.random.standard_t()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.standard_t(df, size=None) Draw samples from a standard Student?s t distribution with df degrees

2025-01-10 15:47:30
RandomState.geometric()
  • References/Python/NumPy/Routines/Random sampling

RandomState.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials

2025-01-10 15:47:30
numpy.random.set_state()
  • References/Python/NumPy/Routines/Random sampling

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

2025-01-10 15:47:30
RandomState.random_integers()
  • References/Python/NumPy/Routines/Random sampling

RandomState.random_integers(low, high=None, size=None) Random integers of type np.int between low

2025-01-10 15:47:30
RandomState.negative_binomial()
  • References/Python/NumPy/Routines/Random sampling

RandomState.negative_binomial(n, p, size=None) Draw samples from a negative binomial distribution

2025-01-10 15:47:30
numpy.random.logseries()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.logseries(p, size=None) Draw samples from a logarithmic series distribution. Samples are drawn from

2025-01-10 15:47:30
numpy.random.get_state()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.get_state() Return a tuple representing the internal state of the generator. For more details, see

2025-01-10 15:47:30
numpy.random.standard_exponential()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.standard_exponential(size=None) Draw samples from the standard exponential distribution.

2025-01-10 15:47:30