📅  最后修改于: 2022-03-11 14:51:41.990000             🧑  作者: Mango
代码示例1
#If you have coreutils installed and want a number inbewtween a value
shuf -i MIN-MAX -n 1
#or you can use bash
$RANDOM