paulblessing
val seq = generateSequence { random.nextInt() } val result = seq.dropWhile { it in alreadyUsed }.first()