use extern rng seeed instead of extern mt19937_64

This commit is contained in:
conrad
2021-03-22 16:14:41 +10:00
parent b305164abb
commit 7737e1be06
2 changed files with 81 additions and 68 deletions
+2 -1
View File
@@ -40,7 +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 std::mt19937_64 mt19937_64_instance;
thread_local unsigned long long extern_rng_seed = 1u;
}
#endif