File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Change Log
5
5
6
6
v2.1.0
7
7
======
8
- - Fixed a bug in :class: `~randomgen.pcg64.LCG128Mix ` that resultsed in ``inc ``
8
+ - Fixed a bug in :class: `~randomgen.pcg64.LCG128Mix ` that resulted in ``inc ``
9
9
not being correctly set when initialized without a user-provided ``inc ``.
10
10
- Added the :class: `~randomgen.tyche.Tyche ` PRNG of Neves and Araujo. Supports
11
11
two variants. One is the original implementation in the 2012 paper. The
@@ -17,6 +17,10 @@ v2.1.0
17
17
- Added the helper function :func: `~randomgen.squares.generate_keys ` for
18
18
:class: `~randomgen.squares.Squares `. This function can be used to pre-generate
19
19
keys for used with :class: `~randomgen.squares.Squares `.
20
+ - Refactored the broadcasting helper functions out of ``randomgen.common ``
21
+ to ``randomgen.broadcast ``. Tests have been added and some edge case bugs
22
+ have been found and fixed.
23
+ - Improve test coverage.
20
24
- Additional code clean-up.
21
25
22
26
v2.0.0
You can’t perform that action at this time.
0 commit comments