fun <A> Arb.Companion.choice(vararg gens: Gen<A>): Arb<A>
Randomly selects one of the given gens to generate the next element. The input must be non-empty. The input gens must be infinite.