Skip to content

Instantly share code, notes, and snippets.

@oakaigh
Created November 2, 2019 20:12
Show Gist options
  • Save oakaigh/8d03bac879a98bd4b80d6ed7d972d92f to your computer and use it in GitHub Desktop.
Save oakaigh/8d03bac879a98bd4b80d6ed7d972d92f to your computer and use it in GitHub Desktop.
function rand() {
grep -m1 -ao '[0-9]' /dev/urandom | sed s/$1/$2/ | head -n1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment