Everyday the same problem at the office, who's gonna place the #lunch order today? The #linux "shuf" command is a perfect solution for that question. Simply combine it with "head" and you'll get a simple #random selector.
$~ shuf -e "bob" "steve" "jim" | head -n 1