Module de.cuioss.test.generator
Class IntegerGenerator
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.IntegerGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerGenerator(int min, int max) IntegerGenerator(int min, int max, Distribution dist) -
Method Summary
-
Constructor Details
-
IntegerGenerator
public IntegerGenerator() -
IntegerGenerator
-
IntegerGenerator
-
-
Method Details
-
next
Description copied from interface:GeneratorGenerates the next instance.- Returns:
- a newly created instance
-
nextInt
-