I am writing a random question generator. I would like to pick one question from each section.
Random class with DateTime.Now.Milliseconds as seed value generates random numbers, if the range is greater than 2(0,2/2+). But, If I give a min of 0 and a max of 1 in the range, it always returns me 0.
Am I using it wrongly.
Please suggest if there are any other alternatives.
Thanks, Mahesh