-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jl_rng_split: better to do PCG output after mixing
Key issue before was that a linear relationship between task pedigree caused a linear relationship between Xoshiro task states. The output function of PCG-RXS-M-XS-64 is specifically designed to mask linearity. By mixing the LCG state with the Xoshiro state and then applying the PCG output function, any linearity is better masked.
- Loading branch information
1 parent
7647422
commit eb6055f
Showing
1 changed file
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters