mt19937_64 rnd(random_device{}()); uniform_int_distribution<LL> dist(0, LLONG_MAX); LL x = dist(rnd);
用于生成随机数