乱数的最大值。
语法: int getrandmax(void);
返回值: 整数
函数种类: 数学运算
本函数计算乱数函数 rand() 可能取得的取得的最大乱数值。本函数不需参数。
rand() srand() mt_rand() mt_srand() mt_getrandmax()