pakoito
Arb
override fun sample(rs: RandomSource): Sample<Value> { val value = makeValue(rs.random.nextInt()) Sample(value, RTree({ value })) }