srand((unsigned int)getpid()); //以getpid()为随机序列的种子,即将系统返回的进程ID作为随机序列的种子 srand((unsigned) time(&t)); //以系统时间做种子