diff options
author | Robert Kern <robert.kern@gmail.com> | 2019-06-27 17:02:56 -0700 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2019-06-27 17:02:56 -0700 |
commit | ecae5c32fcbd9794e91a1fc5dd321e69779492b9 (patch) | |
tree | 11f6037487340949a600d4c66e141944e091271c /doc/source/reference/random/index.rst | |
parent | e53abb58b2e0533cd214347406972784e53ec573 (diff) | |
download | numpy-ecae5c32fcbd9794e91a1fc5dd321e69779492b9.tar.gz |
DOC: Use old title of np.random section
Diffstat (limited to 'doc/source/reference/random/index.rst')
-rw-r--r-- | doc/source/reference/random/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst index b122e6bc0..c0318494a 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -2,8 +2,8 @@ .. currentmodule:: numpy.random -numpy.random -============ +Random sampling (:mod:`numpy.random`) +===================================== Numpy's random number routines produce pseudo random numbers using combinations of a `BitGenerator` to create sequences and a `Generator` |