diff options
author | mattip <matti.picus@gmail.com> | 2019-07-19 08:51:11 -0400 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-07-19 08:51:11 -0400 |
commit | 0b8f985b9de7be84bde4f08dde4cd7201c5125da (patch) | |
tree | e2ce4b716f933dd704fa4d1fbd7c4bbcf4a94933 /doc/source/reference/random | |
parent | ea965e4cd328fbcf76b03ff749ef06d2aa38c28b (diff) | |
download | numpy-0b8f985b9de7be84bde4f08dde4cd7201c5125da.tar.gz |
DOC, BUILD: cleanups and fix (again) 'build dist'
Diffstat (limited to 'doc/source/reference/random')
-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 5b4dcf567..01f9981a2 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -34,7 +34,7 @@ Quick Start By default, `~Generator` uses bits provided by `~pcg64.PCG64` which has better statistical properties than the legacy mt19937 random -number generator in `~.RandomState` +number generator in `~.RandomState`. .. code-block:: python |