public class InjectDuplicatesGenerator<T>
extends java.lang.Object
implements net.jqwik.api.RandomGenerator<T>
| Constructor and Description |
|---|
InjectDuplicatesGenerator(net.jqwik.api.RandomGenerator<T> base,
double duplicateProbability) |
| Modifier and Type | Method and Description |
|---|---|
net.jqwik.api.Shrinkable<T> |
next(java.util.Random random) |