ランダムなデータを生成するためのクラスです。
| insideUnitCircle | 半径1 の円の内部のランダムな点を返します (Read Only) |
| insideUnitSphere | 半径1 の球体の内部のランダムな点を返します (Read Only) |
| onUnitSphere | 半径1 の球体の表面上にランダムな点を返します (Read Only) |
| rotation | ランダムなQuaternion型の値を返します (Read Only) |
| rotationUniform | ランダムなQuaternion型の値を返します (Read Only) |
| seed | 乱数を生成する初期値を設定します |
| value | Returns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only). |
| Range | Returns a random float number between and min [inclusive] and max [inclusive] (Read Only). |