原 型:void srand(unsigned int seed);
头 文 件:stdlib.h
说 明:使用seed来初始化由rand函数调用而产生的伪随机序列。
返 回 值:无。
相关函数:rand