votes
random number generation
What is the function of random number generation in C#? for example we have RND in VBA...
blah blah blah is here! blah blah » Close
What is the function of random number generation in C#? for example we have RND in VBA...
How to give the random number in c# windows application? i will use the following method,but some error will be occurring during run time.. codes like... DataTable dt = null; //dt = ds.Tables["Bill_Info Query&quo ...
Hi, The title says it all. I have a text file with about 50 lines. I only want to display only one line. I've got a random number that chooses the line. I'm new at C# so please keep it simple. Thanks in advance.
[code]int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int ResistorValue = 0; Random1 = randomnumber.Next(1, 10); ...
Got feedack? Found a bug? report it here.