```language //非官方例子:此例子由苏婷脚本学院编写完成 Function random(min, max) random = Int((max - min + 1) * rnd() + min) End Function ```