August 9th, 2003, 5:12 pm
Hi Jack,A deterministic generator is one that you always have the same sequence. So, if you are testing some algorithm or solution you can run it again and have the same sequence to compare results. It's very useful to make simulations that need to be comproved latter by others then you!! Even being deterministic, it's still random, but you have the rule for numbers generation!!!!Van der Corput is a well know way (and easy!!) to obtain a U(0,1). But, as I've mentioned, is deterministic (good for one, bad for others)!!