sample

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

Draws a single random value from this uniform discrete distribution.

Return

a random integer uniformly chosen from [min, max].

Parameters

random

the source of randomness.