Skip to main content
TirageAuSort.io
Chance and randomness

Chance

Also called : randomness

The unpredictable nature of an event whose outcome can neither be controlled nor known in advance with certainty.

Chance refers to the nature of an event whose outcome can neither be controlled nor known in advance with certainty. Before a coin lands, before a die comes to rest, the result remains open: several outcomes are still possible, and nothing in what we know lets us point to which one will occur.

A useful image is to picture chance as a fog that hides the immediate future. The fog does not erase the rules of the world: the coin will indeed land on one of its two sides. It merely prevents us from knowing which one, as long as the action has not yet been carried out.

Chance is not, however, the same as total chaos. At the scale of a single draw, the result is unpredictable; at the scale of thousands of draws, regularities appear. This is precisely the role of probability: it does not predict the next toss, but describes the overall tendency. Over a large number of throws, a fair coin tends toward half heads and half tails.

A common confusion is to believe that a computer produces "true" chance. It does not: a machine follows exact instructions and cannot draw anything at random on its own. It imitates chance using a pseudo-random number generator, a computation that produces sequences of numbers whose distribution looks deceptively like that of a genuinely unpredictable phenomenon.

This is the mechanism that drives all the tools on the site. When a coin is flipped, a die rolls, the wheel spins, or a winner is picked from among the participants, it is simulated chance that decides. For playful or decision-making use, this imitation is more than good enough for every result to appear, and to remain in practice, perfectly unpredictable and fair.

Example

Drawing a card from a well-shuffled deck is a matter of chance: you cannot predict which one will come out.

Related terms