cdf_uniform_int function cdf_uniform_int(x:Integer, l:Integer, u:Integer) -> Real CDF of a uniform integer variate. x: The variate. l: Lower bound of interval. u: Upper bound of interval. Return: the cumulative probability.