about summary refs log tree commit diff
path: root/pgmcrater.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-24 21:14:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-24 21:14:10 +0000
commitbd09013efdd759e78f1c65ac6658cc2d76c2793b (patch)
tree0d171d04943f962427dbe3dd41b030b6375edfda /pgmcrater.html
parent5dedc824a9cd3d3e152fc33752c1e65f24d21ab6 (diff)
downloadnetpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.tar.gz
netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.tar.xz
netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1785 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmcrater.html')
-rw-r--r--pgmcrater.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/pgmcrater.html b/pgmcrater.html
index 88c2a4ee..df57dfe1 100644
--- a/pgmcrater.html
+++ b/pgmcrater.html
@@ -22,6 +22,8 @@ pgmcrater - create cratered terrain by fractal forgery
 
 [<B>-gamma</B> <I>g</I>]
 
+[<b>-randomseed=</b><i>integer</i>]
+
 
 <H2 id="description">DESCRIPTION</H2>
 
@@ -115,6 +117,19 @@ generates is a genuine, gamma-corrected PGM image in any case.  This
 option simply changes the contrast and may compensate for a display
 device that does not correctly render PGM images.
 
+<dt><b>-randomseed=</b><i>integer</i>
+
+<dd>This is the seed for the random number generator that generates the
+pixels.
+
+<p>Use this to ensure you get the same image on separate invocations.
+
+<p>By default, <b>pgmnoise</b> uses a seed derived from the time of day
+and process ID, which gives you fairly uncorrelated results in multiple
+invocations.
+
+<p>This option was new in Netpbm 10.61 (December 2012).
+
 </DL>
 
 <H2 id="designnotes">DESIGN NOTES</H2>