diff options
author | Martin Thoma <info@martin-thoma.de> | 2019-11-28 19:31:06 +0100 |
---|---|---|
committer | Martin Thoma <info@martin-thoma.de> | 2019-11-28 19:31:06 +0100 |
commit | bb7ce62aa589efe1e529d834434d148babf59d7c (patch) | |
tree | 2b229752ccf3c88fe18fa379afb25f9caab098c1 | |
parent | 3fcf144be4939a6a785dc80b75189c2e05d6bd22 (diff) | |
download | numpy-bb7ce62aa589efe1e529d834434d148babf59d7c.tar.gz |
DOC: Fix abbreviation of PCG64
See publication by O'Neill (reference 2):
"The name for the family, PCG, stands for permuted congruential
generator [...]"
-rw-r--r-- | doc/source/reference/random/bit_generators/pcg64.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/bit_generators/pcg64.rst b/doc/source/reference/random/bit_generators/pcg64.rst index 5881b7008..b8b8e4bd5 100644 --- a/doc/source/reference/random/bit_generators/pcg64.rst +++ b/doc/source/reference/random/bit_generators/pcg64.rst @@ -1,4 +1,4 @@ -Parallel Congruent Generator (64-bit, PCG64) +Permuted Congruent Generator (64-bit, PCG64) -------------------------------------------- .. currentmodule:: numpy.random |