The objective of sitmo
(CRAN, GitHub) is to provide the means for performing parallel draws from a Parallel Pseudo Random Number Generator (PPRNG). To that end, the package is largely a bridge into the PPRNGs developed by the sitmo consultancy agency.
For this point-release, sitmo
addresses issues that arose on CRAN. Specifically, we fix the use of parallelization flags in the Makevars{.win}
files. Moreover, we address a minor compiler warning associated with a missing new line at the end of a file.
sitmo
is now being used in the CautiousLearning
package in addition to bssm
and dqrng
.
sitmo
news file entry for version 2.0.1 (2019-01-07)
sitmo 2.0.1
CHANGES
- Modified
vandercorput.h
by adding a newline to the end of the file. - Modified
Makevars{.win}
to use$(SHLIB_OPENMP_CXXFLAGS)
instead of$(SHLIB_OPENMP_CFLAGS)
inPKG_CXXFLAGS
TESTING INFRASTRUCTURE
- Modified
.travis.yml
to compile using both cores instead of only one.