#!/bin/ksh #< quickly generate a random number # use set and echo to strip leading spaces. set X `exec /usr/bin/od -vAn -N4 -tu4 < /dev/urandom` echo $2 exit 1