GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
r.surf.random(1) GRASS GIS User's Manual r.surf.random(1)

r.surf.random - Produces a raster surface map of uniform random deviates with defined range.

raster, surface, random

r.surf.random
r.surf.random --help
r.surf.random [-i] output=name [min=float] [max=float] [seed=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]


Create an integer raster map

Allow output files to overwrite existing files

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog


Name for output raster map

Minimum random value
Default: 0

Maximum random value
Default: 100

Seed for random number generator
The same seed can be used to obtain same results or random seed can be generated by other means.

r.surf.random produces a raster map layer of uniform random deviates whose range can be expressed by the user. It is essentially the same as r.surf.gauss, but uses a linear random number generator instead. It uses the random number generator drand48() or rand(), depending on the user’s platform.

g.region -p n=228500 s=215000 w=630000 e=645000 res=10
r.surf.random out=random min=0 max=100
# check result
r.univar random

Figure: Random surface example (min: 10; max: 100)

With the histogram tool the cell values versus count can be shown.

Figure: Histogram of random surface example (min: 10; max: 100)

r.random.surface, r.surf.contour, r.surf.fractal, r.surf.gauss, r.surf.idw, v.surf.rst

Jo Wood
Midlands Regional Research Laboratory (ASSIST)
University of Leicester
October 1991

Available at: r.surf.random source code (history)

Latest change: Friday Apr 05 16:24:05 2024 in commit: e59203466773b61eda9e18a9a9f923f824e635ba

Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.