public double InverseCumulativeDistribution(double p) { return(continuousUniform.InverseCumulativeDistribution(p)); }