| Constructor and Description |
|---|
CharacterGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(InRange range)
Tells this generator to produce values within a specified minimum and/or maximum, inclusive,
with uniform distribution.
|
Character |
generate(SourceOfRandomness random,
GenerationStatus status) |
addComponentGenerators, canGenerateForParametersOfTypes, canRegisterAsType, compatibleWithTypeParameter, configure, hasComponents, numberOfNeededComponents, provideRepository, typespublic void configure(InRange range)
InRange.min() and InRange.max() take precedence over InRange.minChar() and
InRange.maxChar(), if non-empty.range - annotation that gives the range's constraintspublic Character generate(SourceOfRandomness random, GenerationStatus status)
Copyright © 2015. All Rights Reserved.