util: use std::mt19937_64

This commit is contained in:
Corentin Le Molgat
2022-10-17 13:02:02 +02:00
parent 294a433cb1
commit 8c1721d52b

View File

@@ -20,7 +20,7 @@
namespace operations_research {
using random_engine_t = std::mt19937;
using random_engine_t = std::mt19937_64;
} // namespace operations_research