Tool to randomly pick a letter, according to different criteria, vowels, consonants, for letter games such as Name-Place-Animal-Thing or other word-based games, etc.
Random Letter - dCode
Tag(s) : Fun/Miscellaneous, Word Games
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
A random letter is a letter drawn at random from an alphabet. Generally the usual Latin alphabet of 26 letters (from A to Z).
The principle of picking random letters is trivial, there are 26 letters in the alphabet (between A and Z), and the computer picks one or more of them randomly (random selection algorithm).
Example: A, B, or C has 1 chance out of 26 of being picked
The draw with replacement means that it is possible to draw the same letter multiple times.
For more options see the page: random selection.
Check the option Prefer the most used letters
In practice, randomly selection of a letter in the English language has the bias to provide the letter E more than the letter J for example. This is also the case for letter games (Scrabble tiles, Boggle dice, Longest Word, Scattergories/Categories wheel/Name place-animal-thing etc.)
dCode offers the option of drawing letters proportionally to their frequency in the English language as well as being able to choose consonants or vowels.
Different formulas can be used as random letter picker such as =CHAR(RANDBETWEEN(65,90))
dCode retains ownership of the "Random Letter" source code. Any algorithm for the "Random Letter" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Random Letter" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Random Letter" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Random Letter" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Random Letter on dCode.fr [online website], retrieved on 2025-04-15,