read /dev/urandom 3
以上是行不通的..如何从bash中的/ dev / urandom中读取随机字节?
random="$(dd if=/dev/urandom bs=3 count=1)"