**用于随机值** 参数: |名称|类型|说明| |-|-|-| |min|INT|最小随机数| |max|INT|最大随机数| 返回值: INT整形 ```language local num = other.Random(1,100) --取1-100间的随机数 ```