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