/* ***************************************************************************** */ /* 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 */ /* A modified "maximally equidistributed" implementations */ /* by Shin Harase, Hiroshima University. */ /* ***************************************************************************** */ void InitWELLRNG44497(unsigned int *init) extern unsigned int (*WELLRNG44497)(void);