This is documentation for an old release of NumPy (version 1.3.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.random.get_state
-
numpy.random.get_state()
Return a tuple representing the internal state of the generator:
('MT19937', int key[624], int pos, int has_gauss, float cached_gaussian)