Random(Value)
Random
参数说明: Value —— 数值表达式
Value
Random(1.25) 将返回0~1.25之间的随机数
Random(1.25)
1.25
Random(-10) 将返回-10~0之间的随机数
Random(-10)
10