User Profile

Collapse

Profile Sidebar

Collapse
irondude56
irondude56
Last Activity: Mar 5 '07, 04:19 AM
Joined: Jan 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • irondude56
    replied to random number help
    in Java
    :' ) yes thank you...
    See more | Go to post

    Leave a comment:


  • irondude56
    replied to random number help
    in Java
    oh java i thought i was posting in java tech section can i get a link im new to this forum havingt trouble finding things
    See more | Go to post

    Leave a comment:


  • irondude56
    started a topic random number help
    in Java

    random number help

    im trying to create a list of 20 random numbers that dont repeat the same number. the first loop is good but im having trouble with the imbedded statement it looks something like this

    for (int index =0; index < arraysize; index++)
    {
    prizeNumbers[index] = Math.abs(ran.ne xtInt() %500 + 1);

    while ( prizeNumber[index] != prizeNumber[0] threw prizeNumber[index-1])
    {
    }
    ...
    See more | Go to post
No activity results to display
Show More
Working...