Random RandomClass = new Random()
int RandomNumber = RandomClass.Next(4, 14);
Monday, September 20, 2010
/* Generate Random Numer with a certain range */
Posted by
codeguru
at
11:10 PM
Subscribe to:
Post Comments (Atom)
Random RandomClass = new Random()
int RandomNumber = RandomClass.Next(4, 14);
Posted by
codeguru
at
11:10 PM
0 comments:
Post a Comment