diff options
author | mattip <matti.picus@gmail.com> | 2019-10-15 00:54:28 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-15 00:54:28 +0300 |
commit | fbf89d812141c3f65447fb5ee48b95e274881cec (patch) | |
tree | 02b36e9928f88f5e14e026dc7913fe55d9aa6258 /doc/source | |
parent | 185efe1bb746ad5b6ac23d106df12ad35a207d49 (diff) | |
download | numpy-fbf89d812141c3f65447fb5ee48b95e274881cec.tar.gz |
DOC: typos from review
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/random/parallel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/parallel.rst b/doc/source/reference/random/parallel.rst index d72d9685e..721584014 100644 --- a/doc/source/reference/random/parallel.rst +++ b/doc/source/reference/random/parallel.rst @@ -116,7 +116,7 @@ Independent Streams `Philox` is a counter-based RNG based which generates values by encrypting an incrementing counter using weak cryptographic primitives. The seed determines the key that is used for the encryption. Unique keys create -unique, independent streams. `hilox` lets you bypass the +unique, independent streams. `Philox` lets you bypass the seeding algorithm to directly set the 128-bit key. Similar, but different, keys will still create independent streams. |