Random 随机
Class for generating random data.
该类用于产生随机数据。
Class Variables类变量
-
Sets the seed for the random number generator.
设置用于随机数生成器的种子。 -
Returns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only).
返回一个随机数,在0.0(包括)~1.0(包括)之间。(只读) -
Returns a random point inside a sphere with radius 1 (Read Only).
返回半径为1的球体内的一个随机点。(只读) -
Returns a random point inside a circle with radius 1 (Read Only).
返回半径为1的圆内的一个随机点。(只读) -
Returns a random point on the surface of a sphere with radius 1 (Read Only).
返回半径为1的球体在表面上的一个随机点。(只读) -
Returns a random rotation (Read Only).
返回一个随机旋转角度。(只读)
Class Functions类函数
-
Returns a random float number between and min [inclusive] and max [inclusive] (Read Only).
返回一个随机浮点数,在min(包含)和max(排除)之间。(只读)
最后修改:2011年8月17日 Wednesday 19:02