Random number generators discussion

Random number generators | www.agner.org

Question on seeding
Author: Agner Date: 2008-01-03 09:46
The generator is constructed so that it gives different sequences for different seeds. These sequences are sub-sequences of an extremely large full sequence. For all practical purposes you can assume that the sequences for different seeds are uncorrellated. It doesn't matter whether the seeds differ by just 1 or by a larger number.

There is a *theoretical* possibility that the subsequences overlap, which of course would make your calculations invalid. But this possibility is only theoretical. The probability that subsequences will actually overlap is so small that it will never happen. Mathematical purists may want to eliminate this possibility completely. That's why prof. Matsumoto has suggested using completely different parameters for each seed. This feature is not currently implemented in my software library. I may add it in the future when I get the time, but I am too busy on other projects right now.

 
thread Question on seeding new - Mike - 2008-01-02
last reply Question on seeding - Agner - 2008-01-03