public static final class Regular.Gen extends Object implements Generator<Regular>
Modifier and Type | Class and Description |
---|---|
static class |
Regular.Gen.Config
Configuration of the generator
Probabilities specified for each kind of
regular expressions are cumulative, can be set
individually but must be increasing, since they
are tested in the order of definition.
|
Constructor and Description |
---|
Gen(Random random,
Regular.Gen.Config config)
Creates a regular expression generator based on the
given random-number generator and configuration
|
public Gen(Random random, Regular.Gen.Config config)
random
- config
-