A Markov chain is a walk over states where the next state depends only on the current one — not the whole history before it. Encode it as a transition matrix P: row i lists the probabilities of where state i goes next. The distribution after n steps is v·Pⁿ, and for a well-connected chain every starting point drifts toward the same long-run distribution — the chain forgets where it began.
Evolve a two-state weather chain from a chosen start and watch the distribution converge — the memory of the start washing out one step at a time: live demo
“A process with a fixed rule must depend on its whole past.” — the opposite is the defining Markov property: given the present, the future is independent of the past. Markov built the idea precisely to prove the law of large numbers for dependent variables — against Nekrasov's claim that independence was required for it. cited
Every ergodic chain forgets its start: run it long enough and the distribution is the stationary one, whatever you began with. That washing-out is the engine under every dart in this batch. Markov 1906
On the canonical compiler the distribution of a 2-state chain, started fully in sunny, marches step by step toward its stationary value: