[linux] 生成32位随机数

cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n1

posted on 2012-11-23 10:45  bluefrog  阅读(812)  评论(0编辑  收藏  举报