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

Function exitRNGScope

inst/include/Rcpp/routines.h:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 inline attribute_hidden unsigned long exitRNGScope(){
98 typedef unsigned long (*Fun)(void);
99 static Fun fun = GET_CALLABLE("exitRNGScope");
100 return fun();
101 }
102
103 inline attribute_hidden unsigned long beginSuspendRNGSynchronization(){
104 typedef unsigned long (*Fun)(void);

Callers 1

~RNGScopeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected