Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Per 0.27 KB | None | 0 0
  1. <?php
  2. while(!is_numeric($random)){
  3. $random=rand(1,100500);
  4. $random=md5($random);
  5. $random=sha1($random);
  6. $random=str_shuffle($random);
  7. $random=explode(rand(1,9),$random);
  8. $random=substr($random[0],'-1');
  9. }
  10. if(is_integer($random/2)) print "JavaScript"; else print "C++";
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement