Class RandomIntegralGenerators
java.lang.Object
net.jqwik.engine.properties.arbitraries.randomized.RandomIntegralGenerators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.jqwik.api.RandomGenerator<BigInteger>bigIntegers(int genSize, BigInteger min, BigInteger max, BigInteger shrinkingTarget, net.jqwik.api.RandomDistribution distribution) static BigIntegerdefaultShrinkingTarget(Range<BigInteger> range)
-
Constructor Details
-
RandomIntegralGenerators
public RandomIntegralGenerators()
-
-
Method Details
-
bigIntegers
public static net.jqwik.api.RandomGenerator<BigInteger> bigIntegers(int genSize, BigInteger min, BigInteger max, BigInteger shrinkingTarget, net.jqwik.api.RandomDistribution distribution) -
defaultShrinkingTarget
-