Generate random things
Generate random things when you need mixed leftovers: words, numbers, objects, or prompts with no single type. The tool samples from whatever pools you give it.
How it works
A “things” generator is a tray of other generators. One pool might be nouns, one might be colors, one might be small integers, one might be emoji, one might be short phrases. Each click draws from one pool or concatenates a draw from several. You are not asking for a well-typed field. You are asking for a surprise with a handle.
That looseness is the point for icebreakers, mood boards, game jams, and dummy content that should not look like a tidy schema. It is the wrong tool when a column must be a surname or a hex token. Use a typed generator there. Mixed output will fail validators in boring ways.
If the page lets you weight pools, a heavy pool will dominate. If it does not, equal chance across unequal list sizes still hides a bias: the longest list wins. Look at the lists, not only the button.
Name each pool so you know what a “thing” meant this week. Keep a typed generator next to this one for fields that validate. Discard results that need a disclaimer you are not willing to ship. Do not paste mixed things into a production catalog and call it seeded.
When mixed output helps
Prompts love collision: a metal, a room, a job title. Workshop warm-ups love a pile of unrelated objects. UI mockups sometimes need a junk drawer of labels so the layout is not three copies of “lorem.” In those jobs, generate random things and then curate. The generator is a starter, not an editor.
If you must reproduce a session, save the seed and the pool files. A screenshot of the output is not a spec. Tomorrow’s click will not match unless the inputs match. If you cannot save a seed, copy the results you liked into a file you control. Random things are useful until you need the same thing again and cannot get it.
Keep the tray from turning into noise
Unfiltered mix will eventually emit something you would not show a classroom or a client. Maintain a blocklist at the tray level, not only inside one pool. Review new pool files the way you would review copy. A generator does not get a pass because a machine picked the line.
Combining pools with glue characters can create strings that look like identifiers. They are not identifiers unless you defined an alphabet and a length. Do not drop a “random thing” into a password field and trust it. Do not drop it into a URL and trust it to stay unique. Those jobs have their own tools.
Pick the pools that match the exercise. Generate more than you will keep. Keep by hand. The keep pile is the artifact.
Questions and answers
- Is this the same as a random string tool?
- No. A string tool draws characters. This tray draws whole items from lists, and maybe mixes them.
- Can I generate random things of one type only?
- Yes: leave one pool on and the others off. At that point you are using a typed generator with extra clicks.
- Why is the output uneven?
- List sizes and weights. A short clever list loses to a long dull one unless you weight them.
Related guides
Address random generator
An address random generator builds a fake street line so you do not invent one by hand. Searches for random address generator, address generator random, and a New York variant still want a sample, not
Alphabet random generator
An alphabet random generator shuffles the letters of an alphabet into a new order. For English that is a permutation of A through Z, each letter once.
Animal generator random
An animal generator random pick is one animal name drawn from the tool’s list. Each click returns one animal from that list, not a living creature and not a complete catalog of Earth.