summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rand.c b/tests/rand.c
index 925d1ba..26146e8 100644
--- a/tests/rand.c
+++ b/tests/rand.c
@@ -1,4 +1,4 @@
-// Taken from
+// Derived from
// http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/MT2002/CODES/mt19937ar.c
#define _XOPEN_SOURCE 700