kotest-property / io.kotest.property.arbitrary / positiveInts

positiveInts

fun Arb.Companion.positiveInts(max: Int = Int.MAX_VALUE): Arb<Int>

Returns an Arb where each value is a randomly chosen positive integer. The edge cases are: Int.MAX_VALUE