I need to test a random number generator which produces numbers randomly. How to make sure the numbers generated are random.
Create a log file which will contains the random number for atleast 500 instances and audit it for randomness. Also have a look at below link,
http://burtleburtle.net/bob/rand/testsfor.html