public class CharMG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Random |
rnd |
Constructor and Description |
---|
CharMG() |
Modifier and Type | Method and Description |
---|---|
Generator<PARAM,STEP> |
alphaNum_dashSpAtDot() |
Generator<PARAM,STEP> |
alphaNum() |
Generator<PARAM,STEP> |
dashSpAtDot()
Construct a generator that randomly generates a -, space, @, or .
|
static boolean |
ischarOrChar(JType ty) |
Generator<PARAM,STEP> |
uniformAlpha() |
Generator<PARAM,STEP> |
uniformNum() |
Generator<PARAM,STEP> |
uniformPrintableASCII() |
Generator<PARAM,STEP> |
uniformUTF16(int lowerbound,
int upperbound)
Construct a UTF16 char generator that will randomly and uniformly generates chars whose codes
are between the specified integer lowerbound (inclusive) and upperbound (exclusive).
|
public static boolean ischarOrChar(JType ty)
public Generator<PARAM,STEP> uniformUTF16(int lowerbound, int upperbound)
public Generator<PARAM,STEP> dashSpAtDot()