@Deprecated
public class WithSamplesGenerator<T>
extends java.lang.Object
implements net.jqwik.api.RandomGenerator<T>
| Constructor and Description |
|---|
WithSamplesGenerator(net.jqwik.api.RandomGenerator<T> base,
T[] samples)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
net.jqwik.api.Shrinkable<T> |
next(java.util.Random random)
Deprecated.
|