Skip to content

Commit

Permalink
Merge pull request #394 from bashtage/rls-2.1.0
Browse files Browse the repository at this point in the history
DOC: Small fixes for docs
  • Loading branch information
bashtage authored Oct 4, 2024
2 parents 65de143 + 65fc6c1 commit 9179520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/change-log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ v2.1.0
not being correctly set when initialized without a user-provided ``inc``.
- Added the :class:`~randomgen.tyche.Tyche` PRNG of Neves and Araujo. Supports
two variants. One is the original implementation in the 2012 paper. The
second matches the version in ``OpenRand``.
second implementation matches the version in ``OpenRand``.
- Added the :class:`~randomgen.squares.Squares` PRNG of Widynski. Supports
two variants. The default uses 5 rounds of the middle square algorithm and outputs
a 64-bit value. If ``variant=32``, then 4 rounds are sued but only 32 bits
a 64-bit value. If ``variant=32``, then 4 rounds are used but only 32 bits
returned.
- Added the helper function :func:`~randomgen.squares.generate_keys` for
:class:`~randomgen.squares.Squares`. This function can be used to pre-generate
keys for used with :class:`~randomgen.squares.Squares`.
keys for use with :class:`~randomgen.squares.Squares`.
- Refactored the broadcasting helper functions out of ``randomgen.common``
to ``randomgen.broadcast``. Tests have been added and some edge case bugs
have been found and fixed.
Expand Down

0 comments on commit 9179520

Please sign in to comment.