set_seed {simts} | R Documentation |
Set the RNG Seed from within Rcpp
Description
Within Rcpp, one can set the R session seed without triggering the CRAN rng modifier check.
Usage
set_seed(seed)
Arguments
seed |
A |
Value
A set RNG scope.
[Package simts version 0.2.2 Index]