Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.random.
PRNGKey
Create a pseudo-random number generator (PRNG) key given an integer seed.
seed (int) – a 64- or 32-bit integer used as the value of the key.
int
Union[Any, PRNGKeyArray]
Union
Any
PRNGKeyArray
A PRNG key, consumable by random functions as well as split and fold_in.
split
fold_in