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

Method CLogNormal

include/stat.hpp:659–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657{
658public:
659 CLogNormal(double mean, double stdev) : CNormal(mean, stdev) {};
660 double sample();
661 int textDescr(char *s, int len);
662 int timeDescr(char *s, int len);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected