sample

open override fun sample(random: Random): Double(source)

Draws a single random value uniformly from the interval [min, max].

Return

a random value in [min, max].

Parameters

random

the source of randomness.