22 April 2011

Generate Random number using C#

Let's see how to generate random number:

Random ran = new Random();
Console.WriteLine(ran.Next());

No comments:

Post a Comment

Your comments, Feedbacks and Suggestions are very much valuable to me :)

Things are upgraded

My Dear readers, I am really thankful for being supportive all these years. This site was the first blog site I ever created in my life...