• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D10-Oct-2021201 116

READMEH A D10-Oct-2021562 2215

gaussurf.cH A D10-Oct-20211.7 KiB7033

local_proto.hH A D10-Oct-202155 31

main.cH A D10-Oct-20211.9 KiB7141

README

1r.surf.gauss - 	Program to produce a raster map layer of gaussian deviates whose
2		mean and standard deviation can be expressed by the user. It
3		uses a gaussian random number generator from Press, Flannery,
4		Teukolsky and Vetterling (1988) - Numerical Recipes in C.
5
6See also -	r.surf.random
7
8Jo Wood, 24th November, 1991
9
10-------
11
12Usage:
13 r.surf.gauss out=name [mean=value] [sigma=value]
14
15Parameters:
16    out   Name of the random surface to be produced
17   mean   Distribution mean
18          default: 0.0
19  sigma   Standard deviation
20          default: 1.0
21
22