RcppArmadillo icon indicating copy to clipboard operation
RcppArmadillo copied to clipboard

R 3.6.x Update for Sample Extension

Open coatless opened this issue 6 years ago • 1 comments

Glancing over the RcppArmadillo code, the Alt RNG setup directly uses R's RNG for uniform (e.g. Rf_runif(). However, the extension code in inst/RcppArmadilloExtension/sample.h does not.

So, likely this will need a patch that mirrors what is available in Base R. c.f. Implementation changes.

This will likely be needed with Rcpp's local variant as well designed by @nathan-russell.

coatless avatar Mar 10 '19 18:03 coatless

Per a quick slack discussion, we'll likely want to rewrite portions of RcppArmadilloExtensions/sample.h to reuse parts of the Sugar functions in Rcpp.

coatless avatar Mar 10 '19 18:03 coatless