Commit Graph

1 Commits

Author SHA1 Message Date
12f20ce2c1 feat: add WordGenerator class with syllable-based random word generation and uniqueness dedup
Implement WordGenerator module in word_generator.py with a predefined syllable list, generate_word method producing configurable-length pseudo-random words by concatenating random syllables, and generate_unique_words method returning a specified count of distinct words via set deduplication, intended for human-friendly memorable identifiers.
2025-05-06 22:04:38 +00:00