diff options
Diffstat (limited to 'doc/source/reference/random/new-or-different.rst')
-rw-r--r-- | doc/source/reference/random/new-or-different.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/new-or-different.rst b/doc/source/reference/random/new-or-different.rst index 969a9372d..a6de9c8dc 100644 --- a/doc/source/reference/random/new-or-different.rst +++ b/doc/source/reference/random/new-or-different.rst @@ -54,7 +54,7 @@ And in more detail: `~.Generator.standard_gamma`. * `~.Generator.integers` is now the canonical way to generate integer random numbers from a discrete uniform distribution. The ``rand`` and - ``randn`` methods are only availabe through the legacy `~.RandomState`. + ``randn`` methods are only available through the legacy `~.RandomState`. This replaces both ``randint`` and the deprecated ``random_integers``. * The Box-Muller used to produce NumPy's normals is no longer available. * All bit generators can produce doubles, uint64s and |