Fuzzy Bear
May 26th, 2002, 11:34 PM
how do i generante a random number. Can I get an example.
thanks.
thanks.
|
Click to See Complete Forum and Search --> : random number Fuzzy Bear May 26th, 2002, 11:34 PM how do i generante a random number. Can I get an example. thanks. T. Schmidt May 27th, 2002, 01:18 AM Use the System.Random class: Random rnd = new Random(); double rndValue = rnd.NextDouble(); Fuzzy Bear May 27th, 2002, 12:05 PM thanks! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |