This website generates a sequence of numbers using a hidden linear congruential generator (LCG). Your objective is to interact with the generator, collect enough consecutive outputs, and brute-force the unknown parameters used to produce the sequence. Once you've reconstructed the generator, predict the next number before generating it to demonstrate that the sequence is deterministic rather than truly random.
