CARVIEW |
Select Language
HTTP/1.1 200 OK
Date: Mon, 28 Jul 2025 04:46:20 GMT
Server: Apache/2.4.39 (Ubuntu)
Last-Modified: Fri, 01 Feb 2019 04:58:46 GMT
ETag: "1bdc-580cdff740d80-gzip"
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2013
Content-Type: text/html
numpy.random.seed — NumPy v1.16 Manual
numpy.random.seed¶
-
numpy.random.
seed
(seed=None)¶ Seed the generator.
This method is called when
RandomState
is initialized. It can be called again to re-seed the generator. For details, seeRandomState
.Parameters: - seed : int or 1-d array_like, optional
Seed for
RandomState
. Must be convertible to 32 bit unsigned integers.
See also
- © Copyright 2008-2019, The SciPy community.
- Last updated on Jan 31, 2019.
- Created using Sphinx 1.7.2.