Closed 3b closed 10 months ago
Random points in ±1.0 had obvious banding (same code looked fine with other generators).
With fix, looks better and matches reference implementation in https://github.com/imneme/pcg-c-basic/blob/master/pcg_basic.c (at least for the 32 values of the 1 seed i tried).
Thanks!
Random points in ±1.0 had obvious banding (same code looked fine with other generators).
With fix, looks better and matches reference implementation in https://github.com/imneme/pcg-c-basic/blob/master/pcg_basic.c (at least for the 32 values of the 1 seed i tried).