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

Method ~RNGScope

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

exitRNGScopeFunction · 0.70

Tested by

no test coverage detected