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

Function enterRNGScope

inst/include/Rcpp/routines.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 namespace internal{
91 inline attribute_hidden unsigned long enterRNGScope(){
92 typedef unsigned long (*Fun)(void);
93 static Fun fun = GET_CALLABLE("enterRNGScope");
94 return fun();
95 }
96
97 inline attribute_hidden unsigned long exitRNGScope(){
98 typedef unsigned long (*Fun)(void);

Callers 1

RNGScopeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected