Recovering the State of Xorshift128
The article explains how to recover the internal state of the Xorshift128 pseudorandom number generator by observing its output. It details the structure of the generator, which uses four 32-bit words (a, b, c, d) shifted every call, and shows how a small number of outputs suffice to reconstruct the full state through solving linear equations.