SciPy

This is documentation for an old release of NumPy (version 1.17.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.random.pcg64.PCG64.state

attribute

PCG64.state

Get or set the PRNG state

Returns:
state : dict

Dictionary containing the information required to describe the state of the PRNG

Previous topic

Parallel Congruent Generator (64-bit, PCG64)

Next topic

numpy.random.pcg64.PCG64.advance