range.Rd
Range returns a 2 index vector with the 0th index containing the minimum value, and the 1st index containing the maximum value for a given distribution.
Single distribution to compute range from.
Not used; vestige of the base::range()
S3 generic.
If there are no methods for the distribution's class,
the range is calculated
using eval_quantile()
at 0 and at 1.