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

Function endSuspendRNGSynchronization

inst/include/Rcpp/routines.h:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 inline attribute_hidden unsigned long endSuspendRNGSynchronization(){
110 typedef unsigned long (*Fun)(void);
111 static Fun fun = GET_CALLABLE("endSuspendRNGSynchronization");
112 return fun();
113 }
114
115 inline attribute_hidden char* get_string_buffer(){
116 typedef char* (*Fun)(void);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected