MCPcopy Create free account
hub / github.com/SIPp/sipp / CGamma

Method CGamma

src/stat.cpp:1818–1823  ·  view source on GitHub ↗

Gamma distribution. */

Source from the content-addressed store, hash-verified

1816
1817/* Gamma distribution. */
1818CGamma::CGamma(double k, double theta)
1819{
1820 this->k = k;
1821 this->theta = theta;
1822 rng = gsl_init();
1823}
1824
1825double CGamma::sample()
1826{

Callers

nothing calls this directly

Calls 1

gsl_initFunction · 0.85

Tested by

no test coverage detected