[[Rcpp::register]]
| 67 | |
| 68 | // [[Rcpp::register]] |
| 69 | unsigned long beginSuspendRNGSynchronization() { // #nocov start |
| 70 | ++rngSynchronizationSuspended; |
| 71 | return rngSynchronizationSuspended; |
| 72 | } |
| 73 | |
| 74 | // [[Rcpp::register]] |
| 75 | unsigned long endSuspendRNGSynchronization() { |
nothing calls this directly
no outgoing calls
no test coverage detected