Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_rand
Function · 0.85
exp
Function · 0.50
Tested by
no test coverage detected