Skip to content

Commit

Permalink
edited opening statement per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Jul 17, 2019
1 parent 32855c7 commit dfecc17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/reference/random/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfecc17

Please sign in to comment.