MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / seed

Method seed

deps/cpp-statsd-client/include/cpp-statsd-client/StatsdClient.hpp:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308inline void StatsdClient::seed(unsigned int seed) noexcept {
309 m_randomEngine.seed(seed);
310}
311
312inline void StatsdClient::flush() noexcept {
313 m_sender->flush();

Callers 1

testSendRecvFunction · 0.80

Calls

no outgoing calls

Tested by 1

testSendRecvFunction · 0.64