uniformsRing
Generates a list of 2D vectors uniformly distributed within a ring defined by the inner and outer radii.
Return
A list of 2D vectors uniformly distributed within the specified ring.
Parameters
The number of vectors to generate.
The inner radius of the ring. Must be less than or equal to outerRadius. Default is 0.0.
The outer radius of the ring. Default is 1.0.
The random number generator to use. Default is Random.Default.
Generates a list of uniformly distributed random vectors within a ring defined by inner and outer radii.
Return
A list of randomly generated vectors uniformly distributed within the ring.
Parameters
The number of vectors to generate.
The inner radius of the ring. Defaults to 0.0.
The outer radius of the ring. Defaults to 1.0.
The random number generator to use. Defaults to Random.Default.