Class RandomIntegralGenerators


  • public class RandomIntegralGenerators
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static net.jqwik.api.RandomGenerator<java.math.BigInteger> bigIntegers​(int genSize, java.math.BigInteger min, java.math.BigInteger max, java.math.BigInteger shrinkingTarget, net.jqwik.api.RandomDistribution distribution)  
      static java.math.BigInteger defaultShrinkingTarget​(Range<java.math.BigInteger> range)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomIntegralGenerators

        public RandomIntegralGenerators()
    • Method Detail

      • bigIntegers

        public static net.jqwik.api.RandomGenerator<java.math.BigInteger> bigIntegers​(int genSize,
                                                                                      java.math.BigInteger min,
                                                                                      java.math.BigInteger max,
                                                                                      java.math.BigInteger shrinkingTarget,
                                                                                      net.jqwik.api.RandomDistribution distribution)
      • defaultShrinkingTarget

        public static java.math.BigInteger defaultShrinkingTarget​(Range<java.math.BigInteger> range)