randomBooleanList

fun randomBooleanList(size: Int, generator: Random = Random()): List<Boolean>