Guys, What is the use of inverseCumAccuracy when people want to instantiate an AbstractRealDistribution with a random generator? org.apache.commons.math3.distribution.AbstractRealDistribution<http://commons.apache.org/proper/commons-math/apidocs/org/apache/commons/math3/distribution/AbstractRealDistribution.html>
I personally only seem to need to instantiate these objects with a RandomGenerator but never with the inverseCumAccuracy set to anything but DEFAULT_INVERSE_ABSOLUTE_ACCURACY. Could we be better of with inverseCumAccuracy moved to another constructor? Thanks, Ajo.