shuf -n1 file.txt
sort -R file.txt | head -1
while read line; do echo $RANDOM $line; done < ua.txt | sort -n | cut -f2- -d' '

More information

Refs