1 srand((unsigned int)time(NULL)); 2 int num=rand() % 100;
srand((unsigned int)time(NULL));为时间戳函数,要使用的时候要加入#include<ctime>头文件