Any Real Distribution
open fun AnyRealDistribution(rng: RandomGenerator, distribution: String, parameters: Array<Double>)
Content copied to clipboard
Parameters
rng
the RandomGenerator
distribution
the distribution name (case insensitive). Must be mappable to an entity implementing RealDistribution
parameters
the parameters for the distribution
open fun AnyRealDistribution(start: Time, rng: RandomGenerator, distribution: String, parameters: Array<Double>)
Content copied to clipboard
Parameters
start
the initial time
rng
the RandomGenerator
distribution
the distribution name (case insensitive). Must be mappable to an entity implementing RealDistribution
parameters
the parameters for the distribution
Parameters
distribution
the AnyRealDistribution to use. To ensure reproducibility, such distribution must get created using the simulation RandomGenerator.
open fun AnyRealDistribution(start: Time, distribution: RealDistribution)
Content copied to clipboard
Parameters
start
distribution start time
distribution
the AnyRealDistribution to use. To ensure reproducibility, such distribution must get created using the simulation RandomGenerator.