Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
25 December 2013
Creating of Random numbers within the given range.
Random randobj = new Random();
test1.Text = randobj.Next(0, 359).ToString();
test2.Text = randobj.Next(60, 110).ToString();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment