Uniform
class Uniform(minimum: Double = 0.0, maximum: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc, RVParametersTypeIfc, MomentsIfc(source)
Defines a uniform distribution over the given range.
Parameters
minimum
limit of the distribution
maximum
limit of the distribution
name
an optional name/label
Constructors
Functions
Link copied to clipboard
Gets the parameters for the distribution
Sets the parameters for the distribution where parameters0 is the minimum and parameters1 is the maximum of the range. the minimum must be < maximum
Link copied to clipboard
Promises to return a random variable that uses the supplied stream number using the supplied stream provider