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