1v.random(1) Grass User's Manual v.random(1)
2
3
4
6 v.random - Randomly generate a 2D/3D GRASS vector points map.
7
9 vector, statistics
10
12 v.random
13 v.random help
14 v.random [-zd] output=name n=integer [zmin=float] [zmax=float]
15 [--overwrite] [--verbose] [--quiet]
16
17 Flags:
18 -z
19 Create 3D output
20
21 -d
22 Use drand48() function (default=rand() )
23
24 --overwrite
25 Allow output files to overwrite existing files
26
27 --verbose
28 Verbose module output
29
30 --quiet
31 Quiet module output
32
33 Parameters:
34 output=name
35 Name for output vector map
36
37 n=integer
38 Number of points to be created
39
40 zmin=float
41 Minimum z height (needs -z flag)
42 Default: 0.0
43
44 zmax=float
45 Maximum z height (needs -z flag)
46 Default: 0.0
47
49 v.random randomly generates vector points within the current region
50 using the selected random number generator.
51
53 UNIX man pages for rand(3) and drand48(3).
54
55 g.region, r.random, v.perturb, v.sample
56
58 The RNG used by v.perturb should probably be added to this program.
59 Currently no attribute table is generated. Please send any bug fixes
60 and comments to the grass development team.
61 http://grass.itc.it
62
64 James Darrell McCauley ,
65 when he was at: Agricultural Engineering Purdue University
66
67 Last changed: $Date: 2007-03-20 07:26:33 +0100 (Tue, 20 Mar 2007) $
68
69 Full index
70
71 © 2003-2008 GRASS Development Team
72
73
74
75GRASS 6.3.0 v.random(1)