Search:

Type: Posts; User: CommonTater

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    5,867

    So... show us the rest of your code (in code tags...

    So... show us the rest of your code (in code tags please) lets see what's going on...
  2. Replies
    10
    Views
    5,867

    try it like this... random = 100 + (rand() %...

    try it like this...


    random = 100 + (rand() % N);


    Also if you are looking for a number betteen 100 and 999 your N value should be 899. (899 + 100 = 999)
Results 1 to 2 of 2