Skip to content

Instantly share code, notes, and snippets.

@hfs
Created February 23, 2014 20:16
Show Gist options
  • Save hfs/9176617 to your computer and use it in GitHub Desktop.
Save hfs/9176617 to your computer and use it in GitHub Desktop.
Generate a 4-byte integer random number
#!/bin/sh
od -An -t uL -N4 /dev/random | tr -d ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment