uniformDistribution :: (Number, Number) -> Number
Returns a random number, uniformly distributed between the given min/max. This function is equivalent to randomBetween, but has a different name to be consistent with the other random distribution functions.