rUniform

open fun rUniform(minimum: Double = 0.0, maximum: Double = 1.0): Double

Generates a continuous uniform over the range

Return

the random value

Parameters

minimum

the minimum of the range, must be less than maximum

maximum

the maximum of the range