Given 2 successive numbers produced by the LCG (Linear Congruential Generator) $x_{n+1} = (a \cdot x_n + c) \bmod m.$, how can I determine the parameters of this LCG? Assuming that $m$ is given.
Given that there are several candidate LCGs, how is possible to find all the possible parameters?