Class ByteGenerator
- java.lang.Object
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ByteGenerator
-
public class ByteGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteGenerator()ByteGenerator(byte lo, byte hi)ByteGenerator(byte min, byte max, Distribution dist)
-
-
-
Constructor Detail
-
ByteGenerator
public ByteGenerator()
-
ByteGenerator
public ByteGenerator(byte lo, byte hi)
-
ByteGenerator
public ByteGenerator(byte min, byte max, Distribution dist)
-
-