Skip to content

Latest commit

 

History

History
70 lines (61 loc) · 1.04 KB

jax.random.rst

File metadata and controls

70 lines (61 loc) · 1.04 KB

jax.random module

.. automodule:: jax.random

API Reference

Key Creation & Manipulation

.. autosummary::
  :toctree: _autosummary

  key
  key_data
  wrap_key_data
  fold_in
  split
  clone
  PRNGKey

Random Samplers

.. autosummary::
  :toctree: _autosummary

    ball
    bernoulli
    beta
    binomial
    bits
    categorical
    cauchy
    chisquare
    choice
    dirichlet
    double_sided_maxwell
    exponential
    f
    gamma
    generalized_normal
    geometric
    gumbel
    laplace
    loggamma
    logistic
    lognormal
    maxwell
    multivariate_normal
    normal
    orthogonal
    pareto
    permutation
    poisson
    rademacher
    randint
    rayleigh
    t
    triangular
    truncated_normal
    uniform
    wald
    weibull_min