use extern rng seeed instead of extern mt19937_64
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user