| This program will generate two mutually
      exclusive sets of random selections from multiple numeric ranges or from non-numeric data such as names, IDs or dates. There's is no limit to the number of
      ranges you can specify and no limit to the number of single data items in
      a sample set for random selection. Numeric Values can range from -999,999,999
      to 999,999,999. Non-numeric data items can be up to 48
      characters in length.  An accompanying identifier can be listed with
      each data item in the list.  The identifier can be up to 24
      characters. For example, a name and identifier can be
      entered as: [John Doe Smith, 555-01-1234] You can specify overlapping numeric
      ranges if an account identifier is listed with each range.  When
      account identifiers are specified, overlapping ranges and duplicate values
      are not monitored.  A number from any range can be selected, however,
      the same [Number, Account] combination will not be selected in
      duplication.   |