MCPcopy Create free account
hub / github.com/Tencent/phxqueue / PoissonDistribution

Method PoissonDistribution

phxqueue/comm/utils/time_util.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65PoissonDistribution :: PoissonDistribution() : impl_(new PoissonDistributionImpl()) {}
66
67PoissonDistribution :: PoissonDistribution(const int base_interval_time_ms) : impl_(new PoissonDistributionImpl()) {
68 impl_->last_base_interval_time_ms = base_interval_time_ms;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected