diff options
author | Robert Kern <robert.kern@gmail.com> | 2023-04-17 12:12:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 12:12:13 -0400 |
commit | c5ab4924bca9065051c4961b9960d74754dc26be (patch) | |
tree | 41a61c087f5817c29c377d5ee6485f336d52bbfe /doc/source | |
parent | 48009bf9d815c748b48998631f38f88d95026f01 (diff) | |
download | numpy-c5ab4924bca9065051c4961b9960d74754dc26be.tar.gz |
DOC: NumPy capitalization
Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/random/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst index ad9ff1c66..ac04d41c1 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -72,7 +72,7 @@ arbitrary 128-bit integer. See the documentation on `default_rng` and `SeedSequence` for more advanced options for controlling the seed in specialized scenarios. -`Generator` and its associated infrastructure was introduced in Numpy version +`Generator` and its associated infrastructure was introduced in NumPy version 1.17.0. There is still a lot of code that uses the older `RandomState` and the functions in `numpy.random`. While there are no plans to remove them at this time, we do recommend transitioning to `Generator` as you can. The algorithms |