~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to raster/r.surf.random/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
<b>r.surf.random</b> produces a raster map layer of uniform random deviates
4
 
whose range can be expressed by the user. It is essentialy the same as
5
 
<em>r.surf.gauss</em>, but uses a linear random number generator instead.
6
 
It uses the random number generator drand48() or rand()<!-- cite? -->,
7
 
depending on the user's platform.
8
 
 
9
 
<p>
10
 
<center>
11
 
<img src="r_surf_random_hist.png" alt="r.surf.random map histogram"><br>
12
 
<i>Histogram of map generated with r.surf.random</i>
13
 
</center>
14
 
 
15
 
<h2>SEE ALSO</h2>
16
 
 
17
 
<em>
18
 
<a href="r.surf.contour.html">r.surf.contour</a>,
19
 
<a href="r.surf.fractal.html">r.surf.fractal</a>,
20
 
<a href="r.surf.gauss.html">r.surf.gauss</a>,
21
 
<a href="r.surf.idw.html">r.surf.idw</a>,
22
 
<a href="r.surf.idw2.html">r.surf.idw2</a>,
23
 
<a href="v.surf.rst.html">v.surf.rst</a>
24
 
</em>
25
 
 
26
 
<h2>AUTHOR</h2>
27
 
 
28
 
Jo Wood<br>
29
 
Midlands Regional Research Laboratory (ASSIST)<br>
30
 
University of Leicester<br>
31
 
<i>October 1991</i>
32
 
<br>
33
 
 
34
 
<!-- almost certainly no longer valid
35
 
<address>jwo at le.ac.uk</address>
36
 
 
37
 
<br><a href="http://www.geog.le.ac.uk/assist/index.html">ASSIST's home</a>
38
 
-->
39
 
 
40
 
<p>
41
 
<i>Last changed: $Date: 2008-06-01 12:01:53 +0200 (Sun, 01 Jun 2008) $</i>