ClickHouse/dbms/src/Common/thread_local_rng.cpp
2019-07-28 18:30:38 +03:00

5 lines
120 B
C++

#include <Common/thread_local_rng.h>
#include <Common/randomSeed.h>
thread_local pcg64 thread_local_rng{randomSeed()};