Generate random number
-
How can i generate random number in C#?
-
How can i generate random number in C#?
Random on = new Random(); int num = on.Next(1, 100); 1 and 100 is min and max limit
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Random on = new Random(); int num = on.Next(1, 100); 1 and 100 is min and max limit
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
Thank you very much..
-
How can i generate random number in C#?
I always use the hard-coded value of three. You can't really prove its not random. Some people insist on System.Random but I don't trust it.
File Not Found
-
I always use the hard-coded value of three. You can't really prove its not random. Some people insist on System.Random but I don't trust it.
File Not Found