[root@centos shell]# date +%N
949499000
[root@centos shell]# date +%N
453678000
[root@centos shell]# date +%N
647890000
[root@centos shell]# date +%N
685699000
还可以通过读取 /dev/urandom 设备来获取:
# head -200 /dev/urandom |cksum
3971052498 47438
# head -200 /dev/urandom |cksum
2697064411 52938