diff options
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" |