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

Method rng

src/attributes.cpp:379–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 } // #nocov end
378
379 bool rng() const {
380 Param rngParam = paramNamed(kExportRng);
381 if (!rngParam.empty())
382 return rngParam.value() == kParamValueTrue || // #nocov
383 rngParam.value() == kParamValueTRUE; // #nocov
384 else
385 return true;
386 }
387
388 bool invisible() const {
389 Param invisibleParam = paramNamed(kExportInvisible);

Callers 2

doWriteFunctionsMethod · 0.80
generateCppFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected