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 Game
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!
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.
The principle of picking random letters is trivial, there are 26 letters in the alphabet (between A and Z), and the computer pick one or more of them randomly.
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, Boogle, Longest Word, Scattegories/Categories 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 source code of the script Random Letter online. Except explicit open source licence (indicated Creative Commons / free), any algorithm, applet, snippet, software (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt, encrypt, decipher, cipher, decode, code, translate) written in any informatic langauge (PHP, Java, C#, Python, Javascript, Matlab, etc.) which dCode owns rights will not be released for free. To download the online Random Letter script for offline use on PC, iPhone or Android, ask for price quote on contact page !