sitmo 2.0.2
DEPLOYMENT
- Switched from using TravisCI to using GitHub Actions.
BUGFIXES
- Addressed unbalanced chunk delimiters in vignette. (thanks yihui/knitr#2057!)
- Addressed compilation with Rcpp 1.0.7 introducing new stream
handling.
sitmo 2.0.1
CHANGES
- Modified vandercorput.hby 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.ymlto compile using both cores
instead of only one.
sitmo 2.0.0
NEW
- Added threefryandvandercorput(#9,
#10).
- Added contributor Ralf Stubner (@rstub)
CHANGES
- Modified threefryto be fully C++11 compliant.
(#11, @rstub)
- Removed the Rcpp.plugin.maker()
sitmo 1.2.2
BUGFIXES
- Addressed import of Rcpp.plugin.maker()by using the
exported variable name, e.g.::, in place of the
internal variable name, e.g.:::(#7).
- Updated sitmoURL to point tostdfin/random(#8).
sitmo 1.2.1
BUGFIXES
- Removed extra ; in sitmo header to quiet compile warnings (#4,
thanks @helske)
- Updated sitmo_two_seeds()src and documentation in
“Deployment ofsitmowithin C++ Code” so that it uses the
second seed for eng2 and returns an n x 2 matrix instead of n x 3. (#5,
thanks @helske)
sitmo 1.2.0
CHANGES
- Added plugin registration for
Rcpp:::Rcpp.plugin.maker()(#3)
- Added CxxFlags()andsitmoCxxFlags()functions to displayCXX_FLAGSrequired bysitmo. (#3)
- Updated examples in README.Rmd and SITMO internal vignette to use
the Rcpp depends attribute. (#3)
BUGFIXES
- Corrected a signed and unsigned integer comparison in “Making a
Uniform PRNG with sitmo” vignette.
- Fixed notation in “Making a Uniform PRNG with sitmo”
vignette.
sitmo 1.1.0
CHANGES
- Added src/init.cto address R 3.4 C++ registration
requirement (#2)
- Clarified content in “Making a Uniform PRNG with sitmo”
vignette.
BUG FIXES
- Addressed signed and unsigned integer comparison in sitmo header
(#1)
- Corrected a URL that was problematic in “Deployment of
sitmowithin C++ Code” vignette.
sitmo 1.0.0
NEW
- Embedded sitmoheader file in an R package.
- Provided code examples using sitmoheader file.
- Released three vignettes detailing sitmocontents:
- Deployment of sitmowithin C++ Code
- Making a Uniform PRNG with sitmo
- sitmo’s BigCrush Results