summaryrefslogtreecommitdiffstats
path: root/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'rand.c')
-rw-r--r--rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rand.c b/rand.c
index 731fd0ef..e8faffe5 100644
--- a/rand.c
+++ b/rand.c
@@ -51,7 +51,7 @@ typedef unsigned long rand32_t;
#endif
/*
- * The algorithm here is WELL 512.
+ * The algorithm here is WELL512a.
* (Francois Panneton, Pierre L'Ecuyer.)
*/
struct rand_state {