Glossary · Probability

Seed

A seed is the input value that sets a pseudorandom generator's starting state, and because the generator is deterministic the seed fixes the entire stream of numbers that follows, exactly and repeatably.

Seed, in full

Category
Probability
Also called
Random seed, Seed value
In the glossary
All 75 terms, A–Z

A worked example

The same idea with real numbers attached.

Two readers born on 1990-04-17 open the site on the same day. Both seeds start with 1990-04-17, carry the same ISO date and the same tool name, so xmur3 lands on the same 32-bit integer and mulberry32 runs the same stream. Their numbers match exactly. Change one character of the birth date and the hash lands somewhere unrelated, so the two sets share nothing beyond coincidence.

Sources

Every dated or checkable claim above, with where it came from.

See also

The terms that sit closest to this one.

Where it comes up on this site

Seed: frequently asked

The calendar date is an ingredient of the seed rather than a clock ticking somewhere. Same string in, same numbers out, on every page load until the date rolls over.

Yes, by design. Same saved birth date, same tool, same day means the same seed string and therefore the same set. Readers with no birth date saved share a seed too, since theirs is built from the date and the tool name alone. Nothing about this is a collision or a fault; it is what a seeded generator does, and it is why you can check the result rather than take it on trust.

In principle, yes. The algorithm is public and tomorrow's seed is knowable today. These are picks for fun and they carry no information about any real draw, so there is nothing to protect.

More probability terms

The rest of the vocabulary

Lottery mechanics, probability, numerology and astrology, defined in one A–Z.

Open the glossary