diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-07 06:42:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-07 06:42:51 -0700 |
commit | 7ced689e80d1733a40c6f51b764619c663e69345 (patch) | |
tree | 3161f4bf18eaabd98312cc09e582a22b57a6f7fb /rand.c | |
parent | dbdb940ab6c624820f295a1ee419fecbce075b86 (diff) | |
download | txr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |