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