Advertisement
pouar

test

Sep 2nd, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. random()
  2. {
  3. cat /dev/urandom|od -vAn -N2 -tu2|tr -d '[:blank:]'
  4. }
  5. [ $(( $(random) % max > min )) -ne "0" ] && echo hit || echo miss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement