PCGSharp icon indicating copy to clipboard operation
PCGSharp copied to clipboard

Permuted Congruential Generator (PCG) for C#

Results 3 PCGSharp issues
Sort by recently updated
recently updated
newest added

Just leaving this here, in case anyone wants to use the jump ahead/rewind or distance functionality: _increment is also known as "alternate stream" ``` //Jump Ahead: https://github.com/imneme/pcg-c/blob/master/src/pcg-advance-64.c /// /// If...

Made a few minor optimizations, nothing huge. There's some duplicate files in the repository with separate casing that are throwing off my git client, so I'm unable to copy the...