Frequently Asked Questions
What is a seed text?
The seed text is the pool of words to sample from. Enter space-separated words and the generator will randomly pick from them.
Can I generate a large word list?
Yes. Set the count field to any value up to 200.
Does this tool store my input text?
No. Input text remains in your browser session.
Example input/output
Input: Seed: alpha beta gamma delta / Count: 10
Output: gamma, alpha, delta, beta, gamma, alpha, delta, gamma, beta, alpha
How it works
This tool splits the seed text on whitespace to build a word pool, then samples randomly with repetition using Math.random() to build the requested number of words. Processing runs in your browser.
Common use cases
- Generate word lists from seed words for password dictionary testing
- Create vocabulary lists for language learning applications
- Produce word combinations for domain name brainstorming