Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.random.
fold_in
Folds in data to a PRNG key to form a new PRNG key.
key (Union[Any, PRNGKeyArray]) – a PRNG key (from PRNGKey, split, fold_in).
Union
Any
PRNGKeyArray
PRNGKey
split
data (int) – a 32bit integer representing data to be folded in to the key.
int
Union[Any, PRNGKeyArray]
A new PRNG key that is a deterministic function of the inputs and is statistically safe for producing a stream of new pseudo-random values.