> While I'd like to incorporate a Mersenne-Twister random number
> generator directly in Armadillo, it would either add a dependency on
> Boost, or on C++11.  Boost might not be available on a user's system,
> and the degree of support for C++11...

I believe Boost.Random is header-only, and the boost license was
designed to be liberal. So embedding just the parts of Boost.Random that
you need in Armadillo is a possibility.

Darren

-- 
Darren Cook, Software Researcher/Developer

http://dcook.org/work/ (About me and my work)
http://dcook.org/blogs.html (My blogs and articles)
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to