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