util: use std::mt19937_64
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
namespace operations_research {
|
||||
|
||||
using random_engine_t = std::mt19937;
|
||||
using random_engine_t = std::mt19937_64;
|
||||
|
||||
} // namespace operations_research
|
||||
|
||||
|
||||
Reference in New Issue
Block a user