Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ LogisGenerator_1
Method
LogisGenerator_1
inst/include/Rcpp/stats/random/rlogis.h:48–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
public:
47
48
LogisGenerator_1( double location_) :
49
location(location_) {}
50
51
inline double operator()() const {
52
double u = unif_rand() ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected