Random

返回介于0到指定数值间的随机数值

用法

Random(Value)

参数说明: Value —— 数值表达式

范例

Random(1.25) 将返回0~1.25之间的随机数

Random(-10) 将返回-10~0之间的随机数