Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Randomizer.cxx
Go to the documentation of this file.
1 #include "Randomizer.hxx"
2 
3 thread_local std::mt19937 Randomizer::generator{std::random_device{}()};
Randomizer::generator
static thread_local std::mt19937 generator
Definition: Randomizer.hxx:11
Randomizer.hxx