I have a shapefile composed of multiple polygons representing a vegetation class. I would like to sprinkle a specified number of random points throughout this vegetation class, not in each polygon of the class. I could only get 'create random points' to place a specified number of points in each poly gon of the shapefile, resulting in way too many points. Does anyone have a solution?
Divide your specified number of points per polygon by the number of polygons in the feature class and use that as the specified number in the create random points tool?
If you are using a Constraining Feature Class that has more than one feature, and you wish to specify the total number of random points to be generated (as opposed to the number of random points to be placed inside each feature), you must first dissolve the constraining feature class with the Dissolve tool so it only contains a single feature, then use that dissolved feature class as the Constraining Feature Class.