aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Common/thread_local_rng.cpp
blob: 031b2123481c615d03979b33404781cd8e8d24e9 (plain) (blame)
1
2
3
4
#include <Common/thread_local_rng.h>
#include <Common/randomSeed.h>

thread_local pcg64 thread_local_rng{randomSeed()};