Update template.cc
Signed-off-by: subcrip <contact@subc.rip>
This commit is contained in:
parent
24d1fe4b0e
commit
f13045453e
|
@ -59,7 +59,7 @@ constexpr uint128 UINT128_MIN = numeric_limits<uint128>::min();
|
||||||
|
|
||||||
/* random */
|
/* random */
|
||||||
|
|
||||||
mt19937 rd(chrono::duration_cast<chrono::milliseconds>(chrono::system_clock::now().time_since_epoch()).count());
|
mt19937_64 rd(chrono::duration_cast<chrono::milliseconds>(chrono::system_clock::now().time_since_epoch()).count());
|
||||||
|
|
||||||
/* bit-wise operations */
|
/* bit-wise operations */
|
||||||
#define lowbit(x) ((x) & -(x))
|
#define lowbit(x) ((x) & -(x))
|
||||||
|
|
Loading…
Reference in New Issue