1 :Info: generate_words: gw: 1987-05-21 generate_words, gw
2
3 Syntax as a command: gw count -control args
4
5
6 Function: generates non-understandable words, which can be pronounced
7 phonetically.
8
9
10 Arguments:
11 count
12 specifies number of words to be generated. Default is 1.
13
14
15 Control arguments:
16 -length N, -ln N
17 specifies length of the words to be generated. 3<length<21.
18 -min N
19 specifies minimum length of the words to be generated.
20 3<min<max<21. Default is 6.
21 -max N
22 specifies maximum length of the words to be generated.
23 3<min<max<21. Default is 8.
24 -hyphenate, -hph
25 displays the hyphenated version of the word.
26
27
28 -seed N
29 allows the user to specify a value for the word generated. The
30 value must be a non-negative integer. A value of zero indicates
31 that a random seed is to be used. Any other seed value results in
32 the same sequence of words generated, with a single call, each time
33 that the same seed is used. Default is 0.
34
35
36 :hcom:
37
38
39
40 /****^ HISTORY COMMENTS:
41 1) change2020-04-24GDixon, approve2021-02-22MCR10088,
42 audit2021-05-27Swenson, install2021-05-27MR12.6g-0056:
43 A) Change "Syntax:" section title to "Syntax as a command:", following
44 current guidelines for command info segments.
45 END HISTORY COMMENTS */
46
47
48