[linux] 生成32位随机数

cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n1
think in coding
原文地址:https://www.cnblogs.com/bluefrog/p/2783962.html