enum
WordMage::GenerationMode
Overview
Defines the generation mode for word creation.
- Random: Generate words randomly using the phoneme and template rules
- Sequential: Generate all possible word combinations systematically
- WeightedRandom: Like Random but respects phoneme weights
Defined in:
generator.crEnum Members
-
Random =
0 -
Sequential =
1 -
WeightedRandom =
2
Instance Method Summary
-
#random?
Returns
trueif this enum value equalsRandom -
#sequential?
Returns
trueif this enum value equalsSequential -
#weighted_random?
Returns
trueif this enum value equalsWeightedRandom