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类函数
Page last updated: 2012-4-21