This might be platform dependent though, I can't find any standard RAND_MAX in bash so it's difficult to make this work everywhere.
sleep $(( 0x$(xxd -l2 -p /dev/random) * 3600 / 65536 ))
s/\//\\%/
sleep $[RANDOM\%3600]