Generates a specified quantity of pseudo-random points within the boundaries of the provided polygonal geometry. WhenDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
seed is either zero or not defined then output will be random.
Signatures
Parameters
The input geometry.
The number of points.
The seed value.
Return type
The resulting geometry.
Example
Due to the pseudo-random nature of point generation, the output of this function will vary between executions and may not match any provided examples.

