If I have a bunch of if statements:
- if(){}
- if(){}
- if(){}
- if(){} etc....
Is there a way that these if statements can be run randomly instead of top to bottom? For example, if() statement 4 may run first and if() statement 2 may run last and other possibilities.