摘要: ``` #include mt19937_64 rnd(random_device{}()); uniform_int_distribution dist(0, ULLONG_MAX); long long r = dist(rnd); ``` 阅读全文
posted @ 2023-05-29 17:04 duoluoluo 阅读(6) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示