MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

inst/include/Rcpp/stats/random/rexp.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42public:
43 ExpGenerator__rate1(){}
44 inline double operator()() const { return exp_rand() ; }
45};
46
47} // stats

Callers

nothing calls this directly

Calls 1

exp_randFunction · 0.85

Tested by

no test coverage detected