How the shuffle works, and what a random draw is good for
Every deal starts by shuffling all 78 cards with a seeded Fisher and Yates pass, then dealing off the top without replacement. No card appears twice in the same spread, which is a small detail with real consequences for a ten card Celtic Cross. A physical reader would never deal the same card into two positions, so a generator should not either. Once the spread is on the table, each card gets an independent 30 percent chance of landing reversed, roughly matching how often reversals turn up when someone shuffles a real deck by hand.
What sits in the deck
The deck follows the Rider Waite Smith structure, the arrangement most published guides assume. Twenty two Major Arcana cards track broad life themes. Fifty six Minor Arcana cards split across four suits and handle the specifics.
| Group | Cards | Territory it covers |
|---|---|---|
| Major Arcana | 22 | Turning points, long arcs, the forces you steer rather than choose |
| Cups | 14 | Feeling, relationships, intuition, the emotional weather |
| Wands | 14 | Drive, creative energy, ambition, the appetite to start |
| Swords | 14 | Thought, conflict, plain speech, the cost of being right |
| Pentacles | 14 | Money, work, health, anything with material weight |
The reading panel counts these as you turn cards over. A draw carrying four Major Arcana out of ten reads differently from one made up almost entirely of Pentacles, and the leading suit line names which pressure dominates the spread rather than leaving you to tally it by eye.
Picking between the three spreads
A single card suits a narrow question or a daily prompt. One card gives you a single idea to carry around, which is usually easier to work with than ten competing ones.
The three card spread reads left to right as past, present, future. Treat the third position as trajectory rather than prophecy. It describes where the current line points if nothing changes, and the entire reason people read cards is to notice the line early enough to change it.
The Celtic Cross deals ten cards into named positions. The cross on the left holds the situation, what crosses it, what sits underneath, what came recently, what hangs overhead, and what arrives next. The column on the right runs bottom to top through your own approach, outside forces, hopes and fears, and the outcome. Ten cards is a lot of surface area, so it works better on a situation with several moving parts than on a yes or no question.
Reading a reversed card properly
A reversed card is not the opposite of the upright card, and generators treating it that way produce nonsense. The Tower reversed does not mean nothing collapses. It usually points at a slow unravelling instead of a sudden break, or a reckoning delayed at rising cost. Each of the 78 cards here carries a separately written reversed reading for exactly this reason, and the detail panel shows the alternate reading underneath so you see both sides of the card rather than one interpretation in isolation.
Reversals stay optional. Switch the toggle off and every card lands upright, which is how plenty of experienced readers work. Beginners often find a 78 card deck plenty to hold in mind before doubling the interpretive load.
Why the same question returns the same cards
Type something into the focus field and the text is hashed locally, combined with the current date, and used as the shuffle seed. Ask the same question twice in an afternoon and the same cards come back. This is deliberate. Redrawing until a spread flatters you is the fastest way to make a reading worthless, and a stable answer per day removes the temptation.
Leave the field empty and each deal pulls a fresh random seed. The reshuffle button always forces a new seed regardless of what is typed, for the times you want another draw and know exactly why you want it. Share links carry the seed and the spread but never the question text, so passing a reading to someone reproduces the cards without handing over what you asked.
Where a random draw stops being useful
- The cards are not predictive. This is a seeded pseudorandom shuffle running in your browser. It has no information about your circumstances, and no arrangement of cards changes what happens next.
- Position labels do most of the work. Much of the value in a spread comes from being asked to consider a fixed set of angles. The prompts are the useful part, the randomness only decides which prompt lands where.
- Short meanings lose nuance. Each card here gets a couple of sentences. Published guides give the same cards several pages, and the difference matters once you move past first impressions.
- Medical, legal and financial questions belong elsewhere. A card drawn at random is not a second opinion. Take those to someone qualified to answer them.
- The randomness is pseudorandom. Seeds are 32 bit, so the generator has around four billion possible shuffles rather than the 78 factorial a physical deck offers. Plenty for reading, unsuitable for anything cryptographic.
What people actually use this for
Writers pull three cards to break a plot deadlock, letting the position labels force a structure onto a stuck scene. Tabletop game masters draw a card to decide the temper of an encounter or the motive behind a stranger. Learners deal single cards to drill card recognition, checking the meaning after guessing. People facing an ordinary decision use a spread as a structured journaling prompt, where the value sits in writing a response to each position rather than in the cards themselves.
All of these work because a random prompt interrupts the loop you were already stuck in. None of them depend on the cards knowing anything.
Related generators
For a shorter prompt with the same interrupt effect, the Fortune Cookie Generator returns one line at a time. Decisions with two outcomes suit the Coin Flip, and tabletop work usually calls for the Dice Roller or the Random Number Generator. Writers building a scene around a draw often pair this with the Random Quote Generator for tone, or the Magic School Name Generator when the setting needs filling in.
