LFDs
LFD stands for Linear Feedback Shift Register. It is a type of pseudorandom number generator that produces a sequence of bits. The sequence is determined by a linear recurrence relation modulo two. An LFD consists of a shift register of n bits and a feedback function. The feedback function is a linear function of the bits in the register. At each step, the bits in the register are shifted one position to the right, and the leftmost bit is replaced by the output of the feedback function.
The output sequence of an LFD is periodic. The maximum period length is 2^n - 1, where n
Different types of LFDs exist, often distinguished by their feedback polynomial or the specific implementation of