random_shuffle
was deprecated in C++14 and removed in C++17. It is planned to make C++14 the default dialect in R 4.1.0. Therefore random_shuffle
has been removed and replaced with RcppArmadillo's sample
.
random_shuffle
was deprecated in C++14 and removed in C++17. It is planned to make C++14 the default dialect in R 4.1.0. Therefore random_shuffle
has been removed and replaced with RcppArmadillo's sample
.