summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/mtrand/mtrand.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx
index db4ea13e6..6df2d84b9 100644
--- a/numpy/random/mtrand/mtrand.pyx
+++ b/numpy/random/mtrand/mtrand.pyx
@@ -892,7 +892,7 @@ cdef class RandomState:
----------
seed : {None, int, array_like}, optional
Random seed initializing the pseudo-random number generator.
- Can be an integer, an array (or other sequence) of integers of
+ Can be an integer between 0 and 4294967295, an array (or other sequence) of integers of
any length, or ``None`` (the default).
If `seed` is ``None``, then `RandomState` will try to read data from
``/dev/urandom`` (or the Windows analogue) if available or seed from