Random hex numbers
Can't live with them, can't live without them. ๐
od -w8 -t x8 -A n /dev/urandom | head -1000 | sed 's/^[ \t]*//'
This gives you one thousand of them. ๐
Can't live with them, can't live without them. ๐
od -w8 -t x8 -A n /dev/urandom | head -1000 | sed 's/^[ \t]*//'
This gives you one thousand of them. ๐