home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 27 / amigaformatcd27.iso / -screenplay- / shareware / makename_v1.0 / makename.doc < prev    next >
Text File  |  1998-04-06  |  1KB  |  41 lines

  1.                  MakeName V1.0
  2.                  ¯¯¯¯¯¯¯¯¯¯¯¯¯
  3. MakeName creates randomly names which are somewhat speakable.
  4. The C-source is provided so you can change it to your needs or include
  5. it into your programs (then please don't forget to credit me).
  6.  
  7. MakeName can get up to four parameters:
  8.  
  9. MakeName min max num cols width
  10.  
  11.  min    = Minimum of syllables
  12.  max    = Maximum of syllables
  13.  num    = Number of names to generate
  14.  cols    = Either number of columns with names or chars per line
  15.       (assumed if cols > 10)
  16.  
  17. The width of the columns is calculated as "max * 4".
  18.  
  19. Examples:
  20.  
  21.  MakeName
  22.     Gives 48 names with 2-4 syllables in 4 columns
  23.  MakeName 3 6 100 5
  24.     Gives 100 names with 3-6 syllables in 5 columns
  25.  MakeName 3 5 100 120
  26.     Gives 100 names with 3-5 syllables in 6 columns (120 / (5 * 4))
  27.  
  28. MakeName ? (or '-?' or 'h' or '-h') gives little help-line.
  29.  
  30. If you do major changes, please send the source to me.
  31.  
  32.                   -----------------
  33.  
  34.             "Maybe the source always be with you!"
  35.  
  36.                   -----------------
  37.  
  38.     Faroul
  39.  
  40.                faroul@beyond.hb.north.de
  41.