seed 设置用于随机数生成器的种子
value返回一个随机数,在0.0-1.0之间
insideUnitCircle 返回半径为1的圆内的一个随机点
insideUnitSphere 返回半径为1的球内的一个随机点
onUnitSphere 返回半径为1的球体在表面上的一个随机点
rotation 返回一个随机的旋转角度
rotationUniform 返回一个随机旋转角度(平均分布)
float Range(min,max) 返回一个随机范围内的数