public static int Range(int min, int max); public static float Range(float min, float max); 如果参数是float,那结果中会出现max,只是概率很小;如果参数是int,结果中不会出现max。