public class DoubleMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Random |
rnd |
Constructor and Description |
---|
DoubleMG() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isdoubleOrDouble(JType ty) |
Generator<PARAM,STEP> |
roundedUniform(double lowerbound,
double upperbound)
Construct a float generator that will randomly generates floats between
the specified lowerbound (inclusive) and upperbound (inclusive).
|
public static boolean isdoubleOrDouble(JType ty)
public Generator<PARAM,STEP> roundedUniform(double lowerbound, double upperbound)