make Real Distribution
open fun makeRealDistribution(randomGenerator: RandomGenerator, shortname: String, arguments: Array<Double>): RealDistribution
Return
the created RealDistribution
Parameters
random Generator
the RandomGenerator
shortname
the distribution name (case insensitive). Must be mappable to an entity implementing RealDistribution
arguments
the parameters for the distribution
Throws
if the creation can't be completed for any reason