MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / RNGScope

Method RNGScope

inst/include/Rcpp/RNGScope.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27class RNGScope{
28public:
29 RNGScope(){ internal::enterRNGScope(); }
30 ~RNGScope(){ internal::exitRNGScope(); }
31};
32

Callers

nothing calls this directly

Calls 1

enterRNGScopeFunction · 0.70

Tested by

no test coverage detected