diff options
author | Oleksandr Pavlyk <oleksandr.pavlyk@intel.com> | 2019-07-16 16:56:35 -0500 |
---|---|---|
committer | Oleksandr Pavlyk <oleksandr.pavlyk@intel.com> | 2019-07-16 16:56:35 -0500 |
commit | 32855c7fb95322906c9484bdc3466752be7e94bf (patch) | |
tree | e0bb9febab64c212e7a65935835318b690abad8d /doc/source/reference | |
parent | 88021a568cc13ef7325a52e22573f027a2be9df7 (diff) | |
download | numpy-32855c7fb95322906c9484bdc3466752be7e94bf.tar.gz |
fixed likely type in the quick start opening sentence of devdoc reference
Diffstat (limited to 'doc/source/reference')
-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 fb79e0306..192328c5e 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -32,7 +32,7 @@ instance's methods are imported into the numpy.random namespace, see Quick Start ----------- -By default, `~Generator` uses normals provided by `~pcg64.PCG64` which will be +By default, `~Generator` uses sequences provided by `~pcg64.PCG64` which will be statistically more reliable than the legacy methods in `~.RandomState` .. code-block:: python |