|
-
May 28th, 2011, 05:33 PM
#16
Re: Correct / Incorrect
I'm not sure what you mean by that, but I just noticed that you are getting a random number with the line .Next(1,4)
The 4 is one above the maximum value, so that will return the values 1-3, whereas you want the values 1-4, so that should be .Next(1,5)
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|