From fa714f91ae0a49eefc0232513c82d9a40ebb80c1 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 26 Sep 2023 20:48:33 +0100 Subject: [PATCH] fix link typo. --- squiggle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squiggle.c b/squiggle.c index 65e808d..02c9e3c 100644 --- 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 + // See // https://en.wikipedia.org/wiki/Xorshift // Also some drama: , // for floats