quantile_uniform_int function quantile_uniform_int(P:Real, l:Integer, u:Integer) -> Integer Quantile of a uniform integer distribution. P: The cumulative probability. l: Lower bound of interval. u: Upper bound of interval. Return: the quantile.