Skip to content

Commit 066c1be

Browse files
authored
Update StatsdClient.hpp
1 parent 616ea70 commit 066c1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp-statsd-client/StatsdClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ inline StatsdClient::StatsdClient(const std::string& host,
185185
m_sender(new UDPSender{host, port, batchsize, sendInterval}),
186186
m_gaugePrecision(gaugePrecision) {
187187
// Initialize the random generator to be used for sampling
188-
rng(seed);
188+
detail::rng(seed);
189189
}
190190

191191
inline void StatsdClient::setConfig(const std::string& host,

0 commit comments

Comments
 (0)