ClickHouse/src/Common/thread_local_rng.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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()};