Package net.jqwik.api
Interface RandomDistribution.RandomNumericGenerator
- 
- Enclosing interface:
- RandomDistribution
 
 public static interface RandomDistribution.RandomNumericGeneratorGenerator for BigInteger values which are behind all generated numeric values in jqwik.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigIntegernext(java.util.Random random)Generate next random number within the specified range given on creation of the generator.
 
-