uniform

open fun <T> uniform(): ResultSelector<T>

Creates a result selector that randomly selects an element using a uniform distribution

Return

a result selector that randomly selects an element using a uniform distribution

Parameters

<T>

the result type