Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
public:
43
ExpGenerator__rate1(){}
44
inline double operator()() const { return exp_rand() ; }
45
};
46
47
} // stats
Callers
nothing calls this directly
Calls
1
exp_rand
Function · 0.85
Tested by
no test coverage detected