Linux 随机数Linux 随机数 long int random(void);int rand(void);int rand_r(unsigned int *seedp);void srand(unsigned int seed);