netket.jax.PRNGKey

Contents

netket.jax.PRNGKey#

netket.jax.PRNGKey(seed=None, *, root=0, comm=None)[source]#

Initialises a PRNGKey using an optional starting seed. The same seed will be distributed to all processes.

Return type:

Any

Parameters: