[postgis-tickets] [PostGIS] #4304: Add seed parameter to ST_GeneratePoints

PostGIS trac at osgeo.org
Mon Jan 21 16:10:36 PST 2019


#4304: Add seed parameter to ST_GeneratePoints
-------------------------+---------------------------
 Reporter:  Mike Taves   |      Owner:  pramsey
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS 3.0.0
Component:  postgis      |    Version:  trunk
 Keywords:               |
-------------------------+---------------------------
 An idea from #2131 is to modify ST_GeneratePoints to add a `seed`
 parameter to optionally allow reproducible pseudo-random points, i.e.:

     `ST_GeneratePoints(g geometry, npoints numeric, seed numeric DEFAULT
 NULL)`

 One challenging component to this feature request is to ensure that the
 pseudo-random sequence is portable across different OSes/hardware.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4304>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list