mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Offers the same functionality as the Random points inside polygons algorithm, and in addition it includes (possible to opt-out) the attributes from the containing polygon and the ability to specify a seed for the random number generator. Could replace the Python algorithm Random points inside polygons, but this C++ implementation only supports "Points count" ("number of points for each feature") directly, while "Points density" is supported by allowing the point count to be data defined (using the polygon area to calculate the number of points).