diff options
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 89dcacce3..dca2bc2a6 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -134,7 +134,7 @@ What's New or Different * `~.Generator.random` is now the canonical way to generate floating-point random numbers, which replaces `random_sample`, `sample`, and `ranf`. This is consistent with Python's `random.random`. -* All BitGenerators in numpy use `~SeedSequence` to process convert seeds into +* All BitGenerators in numpy use `~SeedSequence` to convert seeds into initialized states. See :ref:`new-or-different` for a complete list of improvements and |