TURBO MODE Enter the amount of letters that your random word is going to have, then wait for it to generate a word. Type "random" for a random number of letters (3-7) I recommend that you do 3-6 letters, because the higher amount of letters, the slower it is.
Credit to me for the Word Detector used in this project. My word detector: https://scratch.mit.edu/projects/746425863/ How it works: The system generates random letters and puts them together. Then it uses my word detector script to see if it is a word. If it is not a word, then it will try to find the closest word to the random letters by translating them into 6 different languages, then back to English. The six different languages are the same as the word detector's. If it still is not a word, then it tries the thing all over again.