randomItem

fun <T> Iterable<T>.randomItem(random: Random): T
fun <T> Array<T>.randomItem(random: Random): T