Cheatsheet random words generation
Description | Function | Possible Output |
Generates a random worded number from 10 to 19 | ###10-19### | twelve |
Generates a random animal | ###animal### | tiger |
Generates a random big distance | ###bigdistance### | km |
Generates a random flying bird (not added yet) | ###bird### | crane |
Generates a random capital letter (not added yet) | ###capletter### | A, F, W |
Generates a random city | ###city### | London |
Generates a random color | ###color### | yellow |
Generates a random worded number from 1 to 9 (not added yet) | ###digit### | eight |
Generates a random day | ###day### | Sunday |
Generates a random flower (not added yet) | ###flower### | rose |
Generates a random food item | ###fooditem### | scone |
Generates a random last name | ###lastname### | Hughes |
Generates a random (lowercase) letter | ###letter### |
a, g, p |
Generates a random name | ###name### | John |
Generates a random girl's name | ###namegirl### | Susan |
Generates a random boy's name | ###nameboy### | Harry |
Generates a random school subject | ###schoolsubject### | Literature |
Generates a random sport | ###sport### | Cricket |
Generates a random worded number from twenty to ninety (not added yet) | ###tens### | fifty |
Generates a random tree (not added yet) | ###tree### | hazel |
Generates a random writing tool (not added yet) | ###writedown### | laptop |
Generates a homograph (word with multiple disjoint meanings) | ###homograph### |
excuse |
Generates a random word | ###word### |
ostentatious |
Generate a sentence | ###sentence### |
The natural movement of air |
PLEASE NOTE THAT if you want to generate two identical words, say, days of week, use numbers. ###day1###, ###day2###, ###day1### will result in (one of the possible variations) 'Monday, Tuesday, Monday', where the first and the third day will be the same, and the second day will be randomized separately.
If there is a category of word that you feel you use often and could be useful to have a code for, please signal the admins. It is easy to add them. Submit the proposal as a keyword, and a comma separated list of values you would like it to randomly pick from.
No Comments