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

Method operator()

inst/include/Rcpp/stats/random/rlnorm.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 LNormGenerator_0( ) {}
63
64 inline double operator()() const {
65 return ::exp(::norm_rand() ) ;
66 }
67
68};
69

Callers

nothing calls this directly

Calls 2

norm_randFunction · 0.85
expFunction · 0.50

Tested by

no test coverage detected