Blog
Games, guides & code
Everything around the tool: classroom activities, party games, and developer walkthroughs for generating random letters yourself.
12 Classroom Games You Can Run With a Random Letter
Phonics warm-ups, spelling relays, and word races that only need this tool and five minutes.
How to Generate a Random Letter in Python
Three ways to do it — random.choice, secrets, and a weighted version — with working code you can copy.
How to Generate a Random Letter in Java
Using java.util.Random and ThreadLocalRandom, plus how to restrict the range to vowels only.