Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
public:
29
RNGScope(){ internal::enterRNGScope(); }
30
~RNGScope(){ internal::exitRNGScope(); }
31
};
32
33
class SuspendRNGSynchronizationScope {
Callers
nothing calls this directly
Calls
1
exitRNGScope
Function · 0.70
Tested by
no test coverage detected