# curl 随机生成一个8000-8100之间的数字
[ol]curl "https://www.random.org/integers/?num=1&min=8000&max=8100&col=1&base=10&format=plain&rnd=new"[/ol]复制代码
# 参考
https://www.random.org/integers/?mode=advanced
# 2
# RouterOS 随机生成一个8000-8100之间的数字
put [:rndnum from=8000 to=8100]
# RouterOS 脚本中使用
:local RND [:rndnum from=8000 to=8100]
:log info $RND
# RouterOS 参考
https://help.mikrotik.com/docs/display/ROS/Scripting
# PS.
聪明的大佬已经用上了,我才刚发现.
不说了真香,希望跟timeout说拜拜……