Utilidad para leer un archivo y mostrar la salida carácter por carácter o línea por línea a intervalos aleatorios.
$ randtype archivo
$ echo "Linux es un sistema genial................. o no tanto" | randtype
$ randtype -t 10,10000 archivo
$ echo "Linux es un sistema genial" | randtype -m 4
$ man randtype | randtype -t 10,1000
$ man randtype | randtype -m 1000 -t 5,16000
$ echo '話していたことは全部わかりました。' | randtype -t 13,10000