cat /dev/urandom is always a fun way to create scrolling characters on your display, but produces too many non-printable characters.
cat /dev/urandom
Is there an easy wa
Try
xxd -ps /dev/urandom
xxd(1)