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

Method CExponential

src/stat.cpp:1685–1689  ·  view source on GitHub ↗

Exponential distribution. */

Source from the content-addressed store, hash-verified

1683
1684/* Exponential distribution. */
1685CExponential::CExponential(double mean)
1686{
1687 this->mean = mean;
1688 rng = gsl_init();
1689}
1690
1691double CExponential::sample()
1692{

Callers

nothing calls this directly

Calls 1

gsl_initFunction · 0.85

Tested by

no test coverage detected