``brainpy.math.random``: Random Number Generations
===========================================================

.. currentmodule:: brainpy.math.random
.. automodule:: brainpy.math.random



Random Sampling Functions
-------------------------


.. autosummary::
   :toctree: generated/
   :nosignatures:

   seed
   split_key
   split_keys
   default_rng
   rand
   randint
   random_integers
   randn
   random
   random_sample
   ranf
   sample
   choice
   permutation
   shuffle
   beta
   exponential
   gamma
   gumbel
   laplace
   logistic
   normal
   pareto
   poisson
   standard_cauchy
   standard_exponential
   standard_gamma
   standard_normal
   standard_t
   uniform
   truncated_normal
   bernoulli
   lognormal
   binomial
   chisquare
   dirichlet
   geometric
   f
   hypergeometric
   logseries
   multinomial
   multivariate_normal
   negative_binomial
   noncentral_chisquare
   noncentral_f
   power
   rayleigh
   triangular
   vonmises
   wald
   weibull
   weibull_min
   zipf
   maxwell
   t
   orthogonal
   loggamma
   categorical
   rand_like
   randint_like
   randn_like


Random Generator
-------------------------


.. autosummary::
   :toctree: generated/
   :nosignatures:
   :template: classtemplate.rst

   RandomState
   Generator
   DEFAULT
