LCG (Linear Congruential Generator)

LCG (Linear Congruential Generator)

TL;DR: x_{n+1} = a·x_n + c mod m. Three consecutive outputs typically suffice to recover parameters.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References

  • TODO