One curated word at a time
The list is fixed at 26 words, one per letter of the alphabet, chosen for being short, concrete, and visually evocative: amber, bramble, cinder, dahlia, ember, flint, garnet, heather, ivory, juniper, kindle, lavender, meadow, nimbus, onyx, pebble, quartz, rowan, sable, tarn, umber, vellum, willow, xenon, yarrow, zephyr. Each draw picks one of these uniformly at random.
There are no options to set. The input panel is ignored. The output panel always holds exactly one word, lowercase. To get a new word, change the input or trigger a re-run; the same word can come up twice in a row because each draw is independent.
For more text-shaped output use the Lorem ipsum generator (paragraphs of placeholder Latin) or the random quote generator (a famous quote at random). For random characters use the random string generator.
How to use random word generator
- 1Open the tool. The input panel can be left empty.
- 2The output panel shows one random word from the curated list.
- 3Trigger a re-run (any input change) to draw a new word.
- 4Click Copy to grab it.
- 5Repeat as many times as you like; each draw is independent.
Keyboard shortcuts
Drive TextResult without touching the mouse.
| Shortcut | Action |
|---|---|
| Ctrl F | Open the find & replace panel inside the input Plus |
| Ctrl Z | Undo the last input change |
| Ctrl Shift Z | Redo |
| Ctrl Shift Enter | Toggle fullscreen focus on the editor Plus |
| Esc | Close find & replace, or exit fullscreen |
| Ctrl K | Open the command palette to jump to any tool Plus |
| Ctrl S | Save current workflow draft Plus |
| Ctrl P | Run a saved workflow Plus |
What this tool actually does
Curated 26-word list
The pool is fixed: amber, bramble, cinder, dahlia, ember, flint, garnet, heather, ivory, juniper, kindle, lavender, meadow, nimbus, onyx, pebble, quartz, rowan, sable, tarn, umber, vellum, willow, xenon, yarrow, zephyr. One word per letter of the alphabet.
No options
There is nothing to configure. Each run picks one word at random from the 26-word pool. To get a new word, retrigger the generator.
Independent draws
Each call is independent of the previous one, so the same word can repeat across calls. There is no de-duplication or memory.
Single-word output
The output panel holds exactly one word, lowercase, no surrounding whitespace. Pastes cleanly into a project name, file name, or prompt.
Browser-only
The pick runs in JavaScript on your machine via Math.random(). No upload, no log.
Worked example
A single curated noun. Trigger another run to draw a new word; the same word can repeat because draws are independent.
(no options - one curated noun per run)
juniper
Settings reference
| Behaviour | Effect on output |
|---|---|
| Word pool | Fixed 26-word list (one word per letter A-Z). No way to extend it from the option panel. |
| Number of words | Always one. To get several, run the generator several times and concatenate. |
| Letter case | Output is lowercase. Pipe the result through the uppercase or title case tool to change it. |
| Repeat avoidance | None. Each draw is independent so the same word can appear back-to-back. |
| Random source | Math.random(). |