randomListOf

fun <T> randomListOf(minListElements: Int = 2, maxListElements: Int = 20, elementGenerationBlock: () -> T): List<T>