摘要: #include<random> #include<ctime> int x=10, y=20; //两个都可以 mt19937 gen1(random_device{}()); mt19937 gen2(time(nullptr)); uniform_int_distribution<> dist 阅读全文
posted @ 2022-04-05 20:06 二越 阅读(278) 评论(0) 推荐(0) 编辑