ST_GeneratePoints
Name
ST_GeneratePoints — Converts a polygon or multi-polygon into a multi-point composed of randomly location points within the original areas.
Synopsis
geometry
ST_GeneratePoints
(
g
geometry
,
npoints
integer
)
;
geometry
ST_GeneratePoints
(
g
geometry
,
npoints
integer
,
seed
integer
)
;