try warmup of mt19937_64_instance

This commit is contained in:
conrad
2021-03-22 17:08:43 +10:00
parent d72d553148
commit bfe9c5059b
2 changed files with 55 additions and 39 deletions
+2 -2
View File
@@ -40,8 +40,8 @@
#include "armadillo_bits/arma_rng_cxx11.hpp"
thread_local arma_rng_cxx11 arma_rng_cxx11_instance;
// thread_local std::mt19937_64 mt19937_64_instance;
thread_local unsigned long long extern_rng_seed = 1u;
thread_local std::mt19937_64 mt19937_64_instance;
// thread_local unsigned long long extern_rng_seed = 1u;
}
#endif