ActionScript 3 随机角度,以度为单位

示例

function randomAngle():Number {
    return (Math.random() * 360);
}

输出示例:

  • 31.554428357630968

  • 230.4078639484942

  • 312.7964010089636