mt2  8bbb7ce09375b7fc0edeb89e1fe1dbb76bbd0555
test.hpp
Go to the documentation of this file.
1 #ifndef H_TEST
2 #define H_TEST
3 
4 #include <random>
5 
6 std::mt19937_64 InitializePRNG();
7 
8 #endif
std::mt19937_64 InitializePRNG()
Definition: test.cxx:129