diff options
author | David Timber <mieabby@gmail.com> | 2021-08-28 12:49:19 +0800 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-08-31 18:39:34 +0800 |
commit | 8219894fcb3c4c89b55a0dd0afcbbda4ded5aea3 (patch) | |
tree | a90202d987b2edae520a5745c021a7cb3b8552ce /src/rnd_well512.c | |
parent | 2f319a0867e607251e9fc419560b73bf9b205cea (diff) |
MIT License
Diffstat (limited to 'src/rnd_well512.c')
-rw-r--r-- | src/rnd_well512.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rnd_well512.c b/src/rnd_well512.c index a6bca13..89fde9f 100644 --- a/src/rnd_well512.c +++ b/src/rnd_well512.c @@ -1,3 +1,12 @@ +// The Well Equidistributed Long-period Linear PRNG 512a variant +// http://www.iro.umontreal.ca/~panneton/well/WELL512a.c +/* ***************************************************************************** */ +/* Copyright: Francois Panneton and Pierre L'Ecuyer, University of Montreal */ +/* Makoto Matsumoto, Hiroshima University */ +/* Notice: This code can be used freely for personal, academic, */ +/* or non-commercial purposes. For commercial purposes, */ +/* please contact P. L'Ecuyer at: lecuyer@iro.UMontreal.ca */ +/* ***************************************************************************** */ #include "rnd.h" #include "util_rt.h" |