Computes the probability density at x.
Returns the constant density 1 / (max - min) if x is within the support [min, max], or 0.0 otherwise.
1 / (max - min)
[min, max]
0.0
the probability density at x.
the point at which to evaluate the density.