C语言伪随机序列生成函数Pseudo-random sequence generation functionsC语言标准ISO/IEC 9899中的说明:一个实际的例子:
C语言标准ISO/IEC 9899中的说明:1. The rand functionSynopsis#include<stdlib.h>int rand(void);DescriptionThe rand function computes a sequece of pseudo-random integers in the range 0 to RAND_MAX.rand函数生成大小在0到RAND_MAX之间伪随机整数序列。The rand function i