会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Greenty_Q
Crush On You
新随笔
管理
2019年2月13日
【模板】伪随机数生成器
摘要: ``` #include using namespace std; #define random(a,b) ((a)+Curl_rand()%((b)-(a)+1)) static unsigned int randseed; int n,cnt; unsigned int Curl_rand(void) { unsigned int r; /* 返回一个无符号32位整型的伪随机数. */...
阅读全文
posted @ 2019-02-13 11:59 Greenty
阅读(492)
评论(0)
推荐(0)
编辑
公告