public static Vec2 GetRandomVector() { float a = Utils.Random(0, 360); return(GetUnitVectorDegrees(a)); }