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

Function beginSuspendRNGSynchronization

inst/include/Rcpp/routines.h:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 inline attribute_hidden unsigned long beginSuspendRNGSynchronization(){
104 typedef unsigned long (*Fun)(void);
105 static Fun fun = GET_CALLABLE("beginSuspendRNGSynchronization");
106 return fun();
107 }
108
109 inline attribute_hidden unsigned long endSuspendRNGSynchronization(){
110 typedef unsigned long (*Fun)(void);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected