This is documentation for an old release of NumPy (version 1.6.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
Seed the generator.
This method is called when RandomState is initialized. It can be called again to re-seed the generator. For details, see RandomState.
seed : int or array_like, optional
Seed for RandomState.
See also
RandomState
Enter search terms or a module, class or function name.