Returns the probability mass at k.
Returns 1 / (max - min + 1) for values within the support and zero otherwise.
1 / (max - min + 1)
the probability that the random variable equals k.
the integer outcome at which to evaluate the mass.