summaryrefslogtreecommitdiff
path: root/core/math/pcg.cpp
AgeCommit message (Collapse)Author
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant ↵Ferenc Arn
with 32-bit output, 64-bit state). PCG is better than many alternatives by many metrics (see www.pcg-random.org) including statistical quality with good speed.