
Analytics Toolbox for Snowflake
random
This module contains functions to generate random geographies.
ST_GENERATEPOINTS
Description
Generates randomly placed points inside a polygon and returns them in an array of geographies.
geog
:GEOGRAPHY
a polygon; the random points generated will be inside this polygon.npoints
:INT
number of points to generate.
Constraints
npoints
must not exceed 100000.
Return type
ARRAY
Example
|
|
VERSION
Description
Returns the current version of the random module.
Return type
STRING
Example
|
|