This is the live preview for a simple random item generator, which picks a random item from a predetermined list upon clicking a button.
I uh... won't get into the math behind randomizers here (it's a whole thing), but please keep in mind that while a randomizer made this way works well enough for tomfoolery, it isn't *perfectly* random, so don't use it for anything that requires true randomness.
The sample lists don't have a lot of items in them, so you might get the same items in a row. If that happens, just try again!
You can also make randomizers with multiple parts, by using more lists and random numbers. You could use these to make stuff like character generators or writing prompts... or whatever else you come up with!