Set the Armadillo Random Number Generator to given or random value
Source:R/RcppExports.R
armadillo_set_seed.RdSetter functions for the internal Armadillo random number generator
Details
Armadillo can switch between two random number generator implementations depending
on the compilation standard used. Under normal circumstances RcppArmadillo will connect
Armadillo to the R random number generator which also implies that set.seed()
should be used from R. To use this function, one also needs to undefine ARMA_RNG_ALT
so that the Armadillo generators are used.