Changes in version 0.10-10 (2024-10-17) o add README Changes in version 0.10-9 (2023-01-16) o remove gcc check in configure.ac file generating config files (follow guideline of r-exts) o remove useless autoconf macro and simplifies configure.ac Changes in version 0.10-8 (2022-11-05) WARNING FIX o remove the following warning in some C functions: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] Changes in version 0.10-7 (2021-10-26) o fix warnings of autoconf for configure files showed by > autoreconf --warnings=obsolete (previous output was) configure.ac:299: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:299: warning: The macro `AC_FD_MSG' is obsolete. configure.ac:310: warning: The macro `AC_CONFIG_HEADER' is obsolete. Changes in version 0.10-6 (2020-01-21) o bug fixes on multiple defintion issues in C header files (for getRngWELL and putRngWELL). o mismatch of C functions between header and source files for those two functions. Changes in version 0.10-5 (2017-05-21) o fix NOTE using R_useDynamicSymbols to preclude compilation NOTEs, better registration of native routines and reduced symbol visibility. Changes in version 0.10-4 (2015-07-27) o update LICENCE file. Changes in version 0.10-3 (2014-07-25) o update LICENCE file. o move autoconf files to tools directory. Changes in version 0.10-2 (2013-06-11) o update Makevars file. Changes in version 0.10-1 (2013-03-27) o minor update to remove warnings and NOTEs when checking is done. Changes in version 0.10-0 (2012-01-15) o change the runifInterface to WELL rngs. Changes in version 0.9 (2009-12-11) o extract from randtoolbox the C code of WELL generators by F. Panneton, P. L'Ecuyer and M. Matsumoto. o the common parts of the C files for WELL generators are in common header files included into each of the generators.