In VB if one wanted to create a random number between a range one could to this:
VB Code:
CInt((2 - 1 + 1) * Rnd() + 1)
Does anyone know how to go about this in c#.
Thanks
Jeremy
|
Results 1 to 2 of 2
Thread: Random NumbersThreaded View
|
Click Here to Expand Forum to Full Width |