Can someone help me to identify what is od, -An and -N1 in these while loop
i=1 while [ $i -le 5 ] do n=$((od -An -N1 -i /dev/random %100 )) echo $n
od -An -N1 -i /dev/random