public class BoolMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Random |
rnd |
Constructor and Description |
---|
BoolMG() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isboolOrBool(JType ty) |
Generator<PARAM,STEP> |
uniform()
Construct a bool generator that will randomly and uniformly generates boolean
values.
|