getRNGState: Apply the value of .Random.seed to R's internal RNG state

View source: R/RcppExports.R

getRNGStateR Documentation

Apply the value of .Random.seed to R's internal RNG state

Description

This function is needed in unusual cases where a C++ function calls an R function which sets the value of .Random.seed. This function should be called at the end of the R function to ensure that the new value .Random.seed is preserved. Otherwise, Rcpp may overwrite it with a previous value.

Usage

getRNGState()

httpuv documentation built on May 29, 2024, 11:49 a.m.