sudo yum -y install beep
while(true); do RAND=`od -An -N1 -i /dev/random`; sudo beep -f${RAND}; done &
Consistency is the last refuge of the unimaginative.
sudo yum -y install beep
while(true); do RAND=`od -An -N1 -i /dev/random`; sudo beep -f${RAND}; done &