Skip to content

Commit 65fc6c1

Browse files
committed
DOC: Small fixes for docs
1 parent eae2a1d commit 65fc6c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/change-log.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ v2.1.0
99
not being correctly set when initialized without a user-provided ``inc``.
1010
- Added the :class:`~randomgen.tyche.Tyche` PRNG of Neves and Araujo. Supports
1111
two variants. One is the original implementation in the 2012 paper. The
12-
second matches the version in ``OpenRand``.
12+
second implementation matches the version in ``OpenRand``.
1313
- Added the :class:`~randomgen.squares.Squares` PRNG of Widynski. Supports
1414
two variants. The default uses 5 rounds of the middle square algorithm and outputs
15-
a 64-bit value. If ``variant=32``, then 4 rounds are sued but only 32 bits
15+
a 64-bit value. If ``variant=32``, then 4 rounds are used but only 32 bits
1616
returned.
1717
- Added the helper function :func:`~randomgen.squares.generate_keys` for
1818
:class:`~randomgen.squares.Squares`. This function can be used to pre-generate
19-
keys for used with :class:`~randomgen.squares.Squares`.
19+
keys for use with :class:`~randomgen.squares.Squares`.
2020
- Refactored the broadcasting helper functions out of ``randomgen.common``
2121
to ``randomgen.broadcast``. Tests have been added and some edge case bugs
2222
have been found and fixed.

0 commit comments

Comments
 (0)