Last data update: 2014.03.03

rngWELL

Package: rngWELL
Type: Package
Title: Toolbox for WELL Random Number Generators
Version: 0.10-4
Author: C code by F. Panneton, P. L'Ecuyer and M. Matsumoto and R port by Christophe Dutang and Petr Savicky <savicky@cs.cas.cz>.
Maintainer: Christophe Dutang <christophe.dutang@ensimag.fr>
Description: It is a dedicated package to WELL pseudo random generators, which were introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software. But this package is not intended to be used directly, you are strongly __encouraged__ to use the 'randtoolbox' package, which depends on this package.
Depends: R (>= 2.6.0)
License: BSD_3_clause + file LICENSE
NeedsCompilation: yes
Packaged: 2015-07-27 06:42:48 UTC; dutangc
Repository: CRAN
Date/Publication: 2015-07-27 10:52:11

● 0 images, 1 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rngWELL' ...
** package 'rngWELL' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for inttypes.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for unsigned long long... yes
checking size of unsigned long long... 8
configure: creating ./config.status
config.status: creating src/config.h
config.status: src/config.h is unchanged
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL1024a.c -o WELL1024a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL1024b.c -o WELL1024b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL19937a.c -o WELL19937a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL19937b.c -o WELL19937b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL19937c.c -o WELL19937c.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL21701a.c -o WELL21701a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL23209a.c -o WELL23209a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL23209b.c -o WELL23209b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL44497a.c -o WELL44497a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL44497b.c -o WELL44497b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL512a.c -o WELL512a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL521a.c -o WELL521a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL521b.c -o WELL521b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL607a.c -o WELL607a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL607b.c -o WELL607b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL800a.c -o WELL800a.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c WELL800b.c -o WELL800b.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rngWELL.c -o rngWELL.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c runifInterface.c -o runifInterface.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c version.c -o version.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rngWELL.so WELL1024a.o WELL1024b.o WELL19937a.o WELL19937b.o WELL19937c.o WELL21701a.o WELL23209a.o WELL23209b.o WELL44497a.o WELL44497b.o WELL512a.o WELL521a.o WELL521b.o WELL607a.o WELL607b.o WELL800a.o WELL800b.o init.o rngWELL.o runifInterface.o version.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rngWELL/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rngWELL'
    finding HTML links ... done
    pseudoRNG                               html  
** building package indices
** testing if installed package can be loaded
* DONE (rngWELL)
Making 'packages.html' ... done