try this
Code:
DateTime dt=DateTime.Now;
Random r1=new Random(dt.Ticks);
it will randomize using current ticks from time;