随机数生成

1. 基本函数 在C语言中取随机数所需要的函数是: int rand(void);void srand (unsigned int n);  rand()函数和srand()函数被声明在头文件stdl

腾讯文库随机数生成随机数生成