Martin Landa d2bb946aa7 r.surf.gauss: manual page clean up 12 vuotta sitten
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 16 vuotta sitten
README db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
gaussurf.c 97680241f7 r.surf.gauss: add progress info 12 vuotta sitten
local_proto.h db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
main.c 97680241f7 r.surf.gauss: add progress info 12 vuotta sitten
r.surf.gauss.html d2bb946aa7 r.surf.gauss: manual page clean up 12 vuotta sitten
r_surf_gauss_hist.png b5d5dffaef compress PNG images with 'optipng -o5'; svn props 13 vuotta sitten

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