Glynn Clements e25469759d Remove explicit mapset references and G_find_* calls 17 år sedan
..
Makefile db49180dd7 welcome to GRASS 7.0.svn 17 år sedan
README db49180dd7 welcome to GRASS 7.0.svn 17 år sedan
gaussurf.c 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ 17 år sedan
local_proto.h db49180dd7 welcome to GRASS 7.0.svn 17 år sedan
main.c e25469759d Remove explicit mapset references and G_find_* calls 17 år sedan
r.surf.gauss.html 2014e73a43 Rename description.html -> $(PGM).html 17 år sedan
r_surf_gauss_hist.png de8fcde6f9 screenshot added 17 år sedan

README

r.surf.gauss - Program to produce a raster map layer of gaussian deviates whose
mean and standard deviation can be expressed by the user. It
uses a gaussian random number generator from Press, Flannery,
Teukolsky and Vetterling (1988) - Numerical Recipes in C.

See also - r.surf.random

Jo Wood, 24th November, 1991

-------

Usage:
r.surf.gauss out=name [mean=value] [sigma=value]

Parameters:
out Name of the random surface to be produced
mean Distribution mean
default: 0.0
sigma Standard deviation
default: 1.0