Flash Player 4。不鼓励在 Flash 5 中使用该函数,而推荐使用 Math.random()。
random(value)
value
value 一个整数。
一个整数。
函数;返回一个随机整数,此整数介于 0 和 value 参数中指定的整数减 1 之间。
下面对 random() 的使用将返回 0、1、2、3 或 4 中的一个值:
random()
random(5);
Math.random()