G
Guest
What would be the best way to generate random numbers for games. At the
moment I use the following to seed the generator. Can anyone think of another
way
Random mRand = new Random(unchecked((int)DateTime.Now.Ticks));
moment I use the following to seed the generator. Can anyone think of another
way
Random mRand = new Random(unchecked((int)DateTime.Now.Ticks));