File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
12
- second matches the version in ``OpenRand ``.
12
+ second implementation matches the version in ``OpenRand ``.
13
13
- Added the :class: `~randomgen.squares.Squares ` PRNG of Widynski. Supports
14
14
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
16
16
returned.
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
- keys for used with :class: `~randomgen.squares.Squares `.
19
+ keys for use with :class: `~randomgen.squares.Squares `.
20
20
- Refactored the broadcasting helper functions out of ``randomgen.common ``
21
21
to ``randomgen.broadcast ``. Tests have been added and some edge case bugs
22
22
have been found and fixed.
You can’t perform that action at this time.
0 commit comments