.NET Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgramming.NET Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old April 21st, 2005, 10:31 AM
robouk robouk is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 1 robouk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 21 sec
Reputation Power: 0
Random number and arrays

PHP Code:
private int RandomNumber(int minint max)
         {
             
Random random = new Random();
             return 
random.Next(minmax);
         }
 
         private 
void button1_Click(object senderEventArgs e)
         {
             
// Create arrays for five random numbers
             
int[] random = new int[5];
 
             
int dice1dice2dice3dice4dice5;
 
             
// Assign random numbers to random array
             
for (int i 0<= 4i++)
             {
                 
random[i] = RandomNumber(16);
             }
 
 
         } 


I am trying to assign 5 random numbers to an array, it assigns the same number to all 5 arrays.

Please help

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgramming.NET Development > Random number and arrays


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT