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

Method CFixed

src/stat.cpp:1533–1536  ·  view source on GitHub ↗

Implementation of a fixed distribution. */

Source from the content-addressed store, hash-verified

1531
1532/* Implementation of a fixed distribution. */
1533CFixed::CFixed(double value)
1534{
1535 this->value = value;
1536}
1537double CFixed::sample()
1538{
1539 return value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected