ClickHouse/dbms/Common/thread_local_rng.cpp

5 lines
120 B
C++
Raw Normal View History

2019-07-28 15:30:38 +00:00
#include <Common/thread_local_rng.h>
#include <Common/randomSeed.h>
thread_local pcg64 thread_local_rng{randomSeed()};