Guest User

Untitled

a guest
Oct 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. if ( rand() > 5 )
  2. do_stuff();
  3. else
  4. do_other_stuff();
Add Comment
Please, Sign In to add comment