jax.random.bits#

jax.random.bits(key, shape=(), dtype=None)[source]#

Sample uniform bits in the form of unsigned integers.

Parameters:
Return type:

Array

Returns:

A random array with the specified shape and dtype.