You can research this by Googling it. I found a site to start you off.
http://www.particle.kth.se/~lindsey/...aRandNums.html
Quote:
|
Random number generator formulas actually produce a sequence of numbers that eventually repeat. For the same seed value a formula will produce the same sequence. A seed simply selects where in the sequence to start. The generator will eventually repeat that seed value and start the same sequence again.
|
Search for similar terms, and use of the
setSeed function in Java, to learn more.