<p>On Jun 7, 2013 12:12 PM, "Dirk Eddelbuettel" <<a href="mailto:edd@debian.org">edd@debian.org</a>> wrote:<br>
> Maybe what you want is more easily done with the RNGs from C++ (esp C++11),<br>
> Boost, ... or something different from R.   It may work, but we are<br>
> (currently) simply not set up for it.</p>
<p>If you go with something different from R, I've had good luck with Tina's RNG. (TRNG)  It's a fairly complete, fast, and easy to use C++ library... there might even be a reason to wrap it for Rcpp someday.</p>

<p>Krzysztof </p>
<p>><br>
> The model is to call set.seed(somenumber) from R before going to C++, and<br>
> being assured that a) you get the same stream in C++ as you would in R as<br>
> well as b) that you can continue fine in R once you are back.<br>
><br>
> What you want is a little different.  It may well be supported, but maybe<br>
> just not (yet ?) by us. Or it may not be supported.  Please keep working at<br>
> it, this would be useful to sort this out.<br>
><br>
> Just because you can get the integer seed via R from C++ does yet mean that<br>
> the generator is a sane state.  Just saying...<br>
><br>
> Dirk<br>
><br>
> --<br>
> Dirk Eddelbuettel | <a href="mailto:edd@debian.org">edd@debian.org</a> | <a href="http://dirk.eddelbuettel.com">http://dirk.eddelbuettel.com</a><br>
> _______________________________________________<br>
> Rcpp-devel mailing list<br>
> <a href="mailto:Rcpp-devel@lists.r-forge.r-project.org">Rcpp-devel@lists.r-forge.r-project.org</a><br>
> <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel</a><br>
</p>