diff --git a/template.cc b/template.cc index 19806a7..8fe208b 100644 --- a/template.cc +++ b/template.cc @@ -59,7 +59,7 @@ constexpr uint128 UINT128_MIN = numeric_limits::min(); /* random */ -mt19937 rd(chrono::duration_cast(chrono::system_clock::now().time_since_epoch()).count()); +mt19937_64 rd(chrono::duration_cast(chrono::system_clock::now().time_since_epoch()).count()); /* bit-wise operations */ #define lowbit(x) ((x) & -(x))