summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/index.rst
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2019-06-27 17:02:56 -0700
committerRobert Kern <robert.kern@gmail.com>2019-06-27 17:02:56 -0700
commitecae5c32fcbd9794e91a1fc5dd321e69779492b9 (patch)
tree11f6037487340949a600d4c66e141944e091271c /doc/source/reference/random/index.rst
parente53abb58b2e0533cd214347406972784e53ec573 (diff)
downloadnumpy-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.rst4
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`