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