summaryrefslogtreecommitdiffstats
path: root/rand.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-10-07 06:42:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-10-07 06:42:51 -0700
commit7ced689e80d1733a40c6f51b764619c663e69345 (patch)
tree3161f4bf18eaabd98312cc09e582a22b57a6f7fb /rand.c
parentdbdb940ab6c624820f295a1ee419fecbce075b86 (diff)
downloadtxr-7ced689e80d1733a40c6f51b764619c663e69345.tar.gz
txr-7ced689e80d1733a40c6f51b764619c663e69345.tar.bz2
txr-7ced689e80d1733a40c6f51b764619c663e69345.zip
random: correctly refer to WELL512a everywhere.
* rand.c: Refer to "WELL512a" in comment, not "WELL 512". * txr.1: Replace "WELL 512" with "WELL512a" everywhere.
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 {