netket.jax.PRNGSeq

netket.jax.PRNGSeq#

class netket.jax.PRNGSeq[source]#

Bases: object

A sequence of PRNG keys generated based on an initial key.

Inheritance
Inheritance diagram of netket.jax.PRNGSeq
Methods
next()[source]#
take(num)[source]#

Returns an array of num PRNG keys and advances the iterator accordingly.

Parameters:

num (int)