随机数

	mt19937_64 rnd(random_device{}());
	uniform_int_distribution<LL> dist(0, LLONG_MAX);
        LL x = dist(rnd);

用于生成随机数

posted @ 2023-03-10 18:17  nobodyL  阅读(27)  评论(0)    收藏  举报