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