摘要: time stdlib math 三个库 srand种子 rand() 生成随机整数 范围[0,RAND_MAX]整数 RAND_MAX 与系统环境有关 可能为32767 //生成随机数算法笔记P144 #include<time.h> #include<stdlib.h> #include<mat 阅读全文
posted @ 2021-02-05 20:10 Jiahui_Zhan 阅读(84) 评论(0) 推荐(0) 编辑