numpy.random.get_state()¶Return a tuple representing the internal state of the generator.
For more details, seeset_state.
| Returns: | out : tuple(str, ndarray of 624 uints, int, int, float)
|
|---|
See also
Notes
set_state andget_state are not needed to work with any of therandom distributions in NumPy. If the internal state is manually altered,the user should know exactly what he/she is doing.