Graphmath.Vec2.random_circle

You're seeing just the function random_circle, go back to Graphmath.Vec2 module for more information.
Link to this function

random_circle()

Specs

random_circle() :: vec2()

random_circle() generates a point on the unit circle.

It returns a vec2 with distance 1 from the origin.