ucan-lab / tips

5 stars 0 forks source link

shell script で乱数を生成する #50

Open ucan-lab opened 6 years ago

ucan-lab commented 6 years ago
$ od -A n -t u4 -N 4 /dev/urandom | sed 's/[^0-9]//g'