waitUniform

open fun waitUniform(min: Int, max: Int)

Waits for a random amount of time, using the min/max range in a uniform distribution to pick a random value

Parameters

min

the min value

max

the max value