From 8219894fcb3c4c89b55a0dd0afcbbda4ded5aea3 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 28 Aug 2021 12:49:19 +0800 Subject: MIT License --- src/rnd_well512.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/rnd_well512.c') 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" -- cgit