Generates a random grid layer.
Width of the layer in cells.
Default: 100
Height of the layer in cells.
Default: 100
Cell size to use.
Default: 100.0
West coordinate of the bottom-left corner of the grid.
Default: 0.0
South coordinate of the bottom-left corner of the grid.
Default: 0.0
Statistical method used for the calculation.
Options:
Default: 0
Minimum cell value to use.
Default: 0.0
Maximum cell value to use.
Default: 1.0
Mean of all the cell values to use.
Default: 0.0
Standard deviation of all the cell values to use.
Default: 1.0
processing.runalg('saga:randomfield', nx, ny, cellsize, xmin, ymin, method, range_min, range_max, mean, stddev, output)