No votes yet

Random things generator

A random things generator, or random thing generator, returns one thing from a list of things. It picks a noun, not a number and not a sentence.

Time By Online Alarm Clock

How it works

Inside is a catalog of countable nouns: a comb, a bicycle, a kettle, a stamp. A click returns one entry. A random thing generator is the same picker under a singular name. Nothing about the extra s changes the arithmetic. It only matches how people type when they want several later, or one now.

Fairness here means each distinct line has the same chance on a given draw, unless you stacked duplicates on purpose. A computer usually does this with a pseudorandom index. That is enough for a scavenger prompt, a still-life, or “bring a thing” as an icebreaker. It is not enough for a lottery that must be audited. Those jobs need a generator and a process built for that job.

Independent draws may repeat. Two clicks can both say “umbrella.” If the room needs unique props, sample without replacement: shuffle, then take as many as you need, or remove each pick before the next. Say that rule out loud. A stream that secretly avoids the last result is no longer uniform.

One noun, not a number in costume

People land here after a number widget printed 4 and called it a thing. Four is not a lamp. Keep the list in one kind: physical objects you could point at, or story props you could not fetch. Mixing “justice,” “Tuesday,” and “spoon” produces a draw that is random and useless, because the list never agreed what a thing was. A stuff drawer allows that mess. This page does not, unless you chose the mess on purpose and said so.

One thing per draw, from a named list of nouns. Repeats allowed unless you remove used entries. Duplicates in the file are extra tickets, not extra luck. Empty list: no draw. Do not invent a default pebble.

A classroom that must fetch the item needs a list of things that exist in the building. A writer may want a phoenix. Label the catalog so the next person does not send a child looking for a phoenix. Save the list as text, one noun per line. Spreadsheets that hide blank rows, and chat messages that wrap two items onto one line, quietly change the pool.

Deal a set, or roll a stream

When you need several things at once, decide order. A bag of unique items is a shuffle. A stream of independent things is a with-replacement loop. Do not publish a “set of five random things” that contains three copies of “stone” unless the rules allowed copies. The button does not know your rules until you set them.

Write the list of things, one noun per line. Name how many results you need. Say whether a thing may appear twice. Draw, then keep the list beside the result if anyone else must live with it. A list with twelve forks and one bicycle will keep handing you forks. Chance did not stock the cutlery. You did.

Read the result out loud with the list in view. If the screen says “banana” and banana is not in the list, you are not on this tool. If the screen only ever shows the first item, the shuffle is broken or the list has one row. Both are visible without a theory about fate. The generator is good at picking a line. It is average at remembering what the line stood for. That part is your legend, kept beside the output.

Questions and answers

Is a random thing generator different from this page?
No. The singular and the plural ask for the same picker: one noun from a list of nouns.
Why did household items come up more than landmarks?
Because the list had more household lines. The picker follows the file you fed it.
Can I encode people as numbered things?
You can, but a choice list of names is clearer than a later translation from integers. Miscounts live in the translation.

Related guides

Tools

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

Tools

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.

Tools

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.

All guides

All pages