arch.bootstrap.IIDBootstrap.state

property IIDBootstrap.state : tuple[str, ndarray, int, int, float] | Mapping[str, Any]

Set or get the generator’s state

Returns:

A tuple or dictionary containing the generator’s state. If using a RandomState, the value returned is a tuple. Otherwise it is a dictionary.

Return type:

{tuple, dict}