Search:

Type: Posts; User: efluvio

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,107

    Re: How to randomize the if loops?

    No i mean ,when i call this method it should check randomly first x or first y or the other , and then continue the rest again randomly.I tried to do that but couldn't succeed and i think i should...
  2. Replies
    4
    Views
    1,107

    How to randomize the if loops?

    I have a method something like this
    if(x = 1){
    statement1;
    break;
    }
    if(y = 1){
    statement2;
    break;
    }...
Results 1 to 2 of 2