RAND_MAX

#include <stdlib.h>

备注

常量 RAND_MAXrand 函数的返回最大值。 RAND_MAX 被定义为 0x7fff 值。

请参见

参考

rand

全局常量