squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit fa714f91ae0a49eefc0232513c82d9a40ebb80c1
parent 0bcd9f9b6261663f3da8cad73dbda16e0c6cc636
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue, 26 Sep 2023 20:48:33 +0100

fix link typo.

Diffstat:
Msquiggle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/squiggle.c b/squiggle.c @@ -25,7 +25,7 @@ uint64_t xorshift32(uint32_t* seed) // The reader isn't expected to understand this code immediately; // read the linked Wikipedia page! // Algorithm "xor" from p. 4 of Marsaglia, "Xorshift RNGs" - // See <https://stackoverflow.com/questions/53886131/how-does-xorshift64-works> + // See <https://stackoverflow.com/questions/53886131/how-does-xorshift32-works> // https://en.wikipedia.org/wiki/Xorshift // Also some drama: <https://www.pcg-random.org/posts/on-vignas-pcg-critique.html>, <https://prng.di.unimi.it/> // for floats