Graphmath.Vec2.random_disc
You're seeing just the function
random_disc
, go back to Graphmath.Vec2 module for more information.
Link to this function
random_disc()
Specs
random_disc() :: vec2()
random_disc()
generates a point on or inside the unit circle using the method here.
It returns a vec2 with distance 1 from the origin.