Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ CauchyGenerator_0
Method
CauchyGenerator_0
inst/include/Rcpp/stats/random/rcauchy.h:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
public:
58
59
CauchyGenerator_0(){}
60
61
inline double operator()() const {
62
return ::tan(M_PI * unif_rand()) ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected