📜  获取随机数 shell 脚本 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:21.613000             🧑  作者: Mango
代码示例2
#If you have coreutils installed and want a number inbewtween a value
shuf -i MIN-MAX -n 1
#or you can use bash
$RANDOM