OurBigBook Wikipedia Bot Documentation
The Lagged Fibonacci Generator (LFG) is a type of pseudorandom number generator that generates a sequence of numbers based on a modified version of the Fibonacci sequence. The LFG produces numbers using a linear combination of previous terms, making it different from the traditional Fibonacci method that sums the two preceding numbers. The basic structure of an LFG involves two main components: 1. **Lagged Terms**: It uses a fixed number of previous terms in the sequence.

Ancestors (6)

  1. Pseudorandom number generators
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home