使用rand()函数时,每次随机数都是固定(伪随机数),在前面加上以下函数,每次生成的随机数为随机, srand((int)time(NULL)); rand(); 来源:https://www.cnblogs.com/shenji/p/12321742.html 标签 随机函数 伪随机 rand函数 time函数 生成函数