Recently added to my current linux (RHEL6) .screenrc file as a time saver :

bindkey -t tgen stuff "tr -dc A-Za-z0-9_ </dev/urandom | head -c 8 | xargs^V^M"

So when I type “tgen” I get a random 8-digit password that I can use for initial passwords on user accounts.