random

fun <E> Iterable<E>.random(random: Random = Random): E(source)

Function that will return a random element from the iterable.