From dfecc1709bb58b518f975fb983613bda1565cd52 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 17 Jul 2019 09:21:10 -0500 Subject: edited opening statement per PR feedback --- doc/source/reference/random/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/source/reference/random') diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst index 192328c5e..5b4dcf567 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -32,8 +32,9 @@ instance's methods are imported into the numpy.random namespace, see Quick Start ----------- -By default, `~Generator` uses sequences provided by `~pcg64.PCG64` which will be -statistically more reliable than the legacy methods in `~.RandomState` +By default, `~Generator` uses bits provided by `~pcg64.PCG64` which +has better statistical properties than the legacy mt19937 random +number generator in `~.RandomState` .. code-block:: python -- cgit v1.2.1