diff --git a/src/rng_gen_impl.c b/src/rng_gen_impl.c index 4b2e3588..b077875f 100644 --- a/src/rng_gen_impl.c +++ b/src/rng_gen_impl.c @@ -1,8 +1,9 @@ #include "rng_gen_impl.h" //// Start imported code. -// Code in this section copied verbatim from +// Code in this section copied from // https://prng.di.unimi.it/xoshiro128starstar.c +// It was lightly edited to change a global variable to a local variable. /* Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org)