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

Method LNormGenerator_0

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

Source from the content-addressed store, hash-verified

60public:
61
62 LNormGenerator_0( ) {}
63
64 inline double operator()() const {
65 return ::exp(::norm_rand() ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected