public class ByteMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Random |
rnd |
Constructor and Description |
---|
ByteMG() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isbyteOrByte(JType ty) |
Generator<PARAM,STEP> |
uniform(int lowerbound,
int upperbound)
Construct a byte generator that will randomly and uniformly generates bytes between
the specified lowerbound (inclusive) and upperbound (exclusive).
|