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

Function beginSuspendRNGSynchronization

src/api.cpp:69–72  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

67
68 // [[Rcpp::register]]
69 unsigned long beginSuspendRNGSynchronization() { // #nocov start
70 ++rngSynchronizationSuspended;
71 return rngSynchronizationSuspended;
72 }
73
74 // [[Rcpp::register]]
75 unsigned long endSuspendRNGSynchronization() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected