I recall seeing an algorithm in Knuth that builds on two unrelated random number generators to make a better one.
- Use generator 1 to populate a table.
- Use generator 2 to generate an index and select a value from the table.
- Use generator 1 to replace the number that you just used.
- Repeat ad nauseum.
Unfortunately my treasured copy of Knuth did not survive my last move. Can anyone tell me who originated this algorithm, and what it is called?