i want to generate an array of random numbers for example if the range is [0,10] then the desired output to be 2 3 5 6 4 7 8 9 0 1 ( non repeatitive )
the problem i am facing with rand() function is sometimes i get some repeated nos , i was discrete values in that range , and different order everytime i invoke.
Ps: I did go through some of the threads How to generate a random double in a given range http://stackoverflow.com/questions/288739/generate-random-numbers-uniformly-over-entire-range in here and couldnt fine one similar mine, there is a subtle difference. expecially the latter one is pretty close