dpnp.random.RandomState.get_state

method

RandomState.get_state()[source]

Return an internal state of the generator.

For full documentation refer to numpy.random.RandomState.get_state.

Returns:

out -- An object representing the internal state of the generator.

Return type:

object