Package | Description |
---|---|
org.stekikun.dolmen.common | |
org.stekikun.dolmen.syntax |
Modifier and Type | Class and Description |
---|---|
static class |
CSet.Gen
Generates random character sets based on a
probability configuration
and a random number generator
|
Modifier and Type | Method and Description |
---|---|
static <T> Generator<T> |
Generator.ofIterable(String name,
Iterable<? extends T> it) |
Modifier and Type | Class and Description |
---|---|
static class |
Regular.Gen
Generates random regular expressions based on a
probability configuration
and a random number generator
|