pickRandom

fun <T> List<T>.pickRandom(n: Int): List<T>