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

Method ModuleRandomizer

inst/tinytest/cpp/Module.cpp:103–103  ·  view source on GitHub ↗

Randomizer() : min(0), max(1) {}

Source from the content-addressed store, hash-verified

101
102 // Randomizer() : min(0), max(1) {}
103 ModuleRandomizer(double min_, double max_) : min(min_), max(max_) {}
104
105 NumericVector get(int n) {
106 RNGScope scope;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected