pcg-c-basic
pcg-c-basic copied to clipboard
PCG — Minimal C Implementation
Is the shift of 29 here: https://github.com/imneme/pcg-c/blob/e2383c4bfcc862b40c3d85a43c9d495ff61186cb/include/pcg_variants.h#L166 correct? From what I can tell from the paper, it should be `floor((6+64)/2) = 35`?
This is not an issue!!!!!!! I previously sent via e-mail and received no reply, even if to say there is no interest from your behalf in the following subject. I'm...
Similar to pcg-c Catches the 3 missing declarations in pcg32x2-demo.c, but this is fine.
Well, it doesn't compile on Visual Studio 2013 (thanks to your ROT implementation), by ignoring Visual Studio you ignore a large group of programmers. I hope that sticking with your...
Use macro constant `PRIx64` instead of `llx` to fix the following warning. ``` pcg32x2-demo.c: In function 'main': pcg32x2-demo.c:156:30: warning: format '%llx' expects argument of type 'long long unsigned int', but...
If compiled with -Wstrict-prototypes using emcc (the emscripten compiler), it successfully catches that this function header is empty (though it is correctly 'void' in the associated header) ``` error: a...