kotest-property / io.kotest.property.arbitrary / shuffle

shuffle

fun <A> Arb.Companion.shuffle(list: List<A>): Arb<List<A>>

Generates random permutations of a list.