rndSleep

Sleep for a random time that is min_ + rnd(0, span msecs)

@safe nothrow @trusted
void
rndSleep
(
Duration min_
,
int span
)

Meta