Random letter generator
Random A–Z letter for games and class — free, no sign-up
Pick letters from A–Z when the game needs an alphabet prompt, not a word and not a number. Set count, optionally enable no-repeat, then Pick. Reset restores the 26-letter pool. Draws use crypto.getRandomValues. Settings can sit in localStorage. This is Latin A–Z, not other scripts, and not a full word generator.
Why letters are not words or numbers
An alphabet draw is for scattergories-style rounds, phonics, and “words that start with.” A word generator already picked a noun. A number generator picked an integer. This page exists so a teacher can set count, turn on no-repeat, and Pick until the alphabet is exhausted, then Reset. We do not mix in digits or punctuation. Ads stay off. If you need a Pictionary noun, use random word. If you need 1–30, use random number. If you need a country, use that picker.
How to use the random letter
Pick random A–Z letters. Optional no-repeat mode.
Results use your browser's cryptographically secure random number generator. Lists and form data stay in localStorage on your device.
How A–Z is sampled
The pool is the 26 Latin letters. Pick draws with crypto.getRandomValues. With no-repeat, drawn letters leave until Reset. That is sampling without replacement from a tiny pool, not true random, not a keyboard smash, and not other alphabets. We do not store draws on a TheOwlBay account. localStorage may hold count and no-repeat on this device. Case is typically uppercase for classroom boards. Ads stay off. If you needed Ukrainian letters, this URL is still A–Z; do not pretend it is a full Unicode picker.
Who this letter tool is for
Phonics teachers, party hosts playing initial-letter games, and facilitators who need a quick A–Z prompt will use count and no-repeat here. It is not a word list, not a name generator, and not a hex color tool. Print is not the main job; Pick is. TheOwlBay does not require an account. If the class needs a full bingo card of words, use bingo cards. If they need a question, use icebreaker. Ads stay off. Club icebreakers that need a letter theme, and speech therapists warming up sounds, can use the same A–Z pool. It is still not a full phoneme inventory and not a spelling-bee word list.
FAQ
Which alphabet is this?
Latin A–Z. Set count, optionally no-repeat, then Pick. Reset restores the 26 letters.
How does no-repeat work?
Picked letters leave the pool until Reset. Without it, the same letter can appear again.
Letter versus random word?
This page is A–Z. Random word draws a Pictionary-style word from a category list.
What if count is bigger than letters left?
Reset or lower count when no-repeat has emptied the pool. The page will not invent a 27th letter.
Where are settings stored?
In localStorage on this device. Draws use crypto.getRandomValues. No account.