Graphmath.Vec3.random_ball
You're seeing just the function
random_ball
, go back to Graphmath.Vec3 module for more information.
Link to this function
random_ball()
Specs
random_ball() :: vec3()
random_ball()
gives a point at or within unit distance of the origin, using the last algo here.
It returns a vec3 within at most unit distance of the origin.