[algogeeks] Re: Array ques based on correlation factor

2011-09-20 Thread siva viknesh
thanks a lot guys... On Sep 19, 7:22 pm, Don dondod...@gmail.com wrote: This depends on rnd being a good pseudo-random generator. I don't suggest using the RNG built into many compilers. Instead use something like the Mersenne Twister which produces much better results with an extremely long

[algogeeks] Re: Array ques based on correlation factor

2011-09-19 Thread Don
This depends on rnd being a good pseudo-random generator. I don't suggest using the RNG built into many compilers. Instead use something like the Mersenne Twister which produces much better results with an extremely long period. My Random class has a gen method which returns an integer in the