1#include <Common/thread_local_rng.h>
2#include <Common/randomSeed.h>
3
4thread_local pcg64 thread_local_rng{randomSeed()};
5