Getting Started
Further Resources
jax.debug.print
jax.debug.breakpoint
checkify
xmap
jax.numpy
jax.scipy
jax.lax
jax.random
jax.sharding
jax.debug
jax.dlpack
jax.distributed
jax.flatten_util
jax.image
jax.nn
jax.nn.initializers
jax.ops
jax.profiler
jax.stages
jax.tree_util
jax.example_libraries
jax.example_libraries.optimizers
jax.example_libraries.stax
jax.experimental
jax.experimental.checkify
jax.experimental.global_device_array
jax.experimental.host_callback
jax.experimental.maps
jax.experimental.pjit
jax.experimental.sparse
jax.experimental.jet
jax.experimental.custom_partitioning
jax.lib
Create a pseudo-random number generator (PRNG) key given an integer seed.
The resulting key carries the default PRNG implementation, as determined by the jax_default_prng_impl config flag.
jax_default_prng_impl
seed (int) – a 64- or 32-bit integer used as the value of the key.
int
Union[Array, PRNGKeyArray]
Union
Array
PRNGKeyArray
A PRNG key, consumable by random functions as well as split and fold_in.
split
fold_in