Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 819 Bytes

jax.random.rst

File metadata and controls

46 lines (40 loc) · 819 Bytes

jax.random package

.. automodule:: jax.random

List of Available Functions

.. autosummary::
  :toctree: _autosummary

    PRNGKey
    bernoulli
    beta
    categorical
    cauchy
    choice
    dirichlet
    double_sided_maxwell
    exponential
    fold_in
    gamma
    gumbel
    laplace
    logistic
    maxwell
    multivariate_normal
    normal
    pareto
    permutation
    poisson
    rademacher
    randint
    shuffle
    split
    t
    truncated_normal
    uniform
    weibull_min