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