randomgen.generator.ExtendedGenerator.state

ExtendedGenerator.state

Get or set the bit generator’s state

Returns:

state – Dictionary containing the information required to describe the state of the bit generator

Return type:

dict

Notes

This is a trivial pass-through function. Generator does not directly contain or manipulate the bit generator’s state.