Removed extra ; in sitmo header to quiet compile warnings (#4, thanks @helske)
Updated sitmo_two_seeds() src and documentation in “Deployment of sitmo within 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
CRAN release: 2017-06-25
CHANGES
Added plugin registration for Rcpp:::Rcpp.plugin.maker() (#3)
Added CxxFlags() and sitmoCxxFlags() functions to display CXX_FLAGS required by sitmo. (#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
CRAN release: 2017-04-28
CHANGES
Added src/init.c to 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 sitmo within C++ Code” vignette.
sitmo 1.0.0
CRAN release: 2016-03-19
NEW
Embedded sitmo header file in an R package.
Provided code examples using sitmo header file.
Released three vignettes detailing sitmo contents: