public class LongMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Random |
rnd |
Constructor and Description |
---|
LongMG() |
Modifier and Type | Method and Description |
---|---|
static boolean |
islongOrLong(JType ty) |
Generator<PARAM,STEP> |
uniform(int lowerbound,
int upperbound)
Construct a long-generator, that randomly and uniformly generates longs between the specified
integer lower (inclusive) and upper (exclusive) bounds.
|