Random File Generator is an easy-to-use, small, simple and reliable application that was designed to be used to create text or binary files with random records. Such files can be used to create "on the fly" large files to simulate input for various programs (e.g. sorting algorithms). You can save your field description to disk and reload it later.
For preview or other purposes, output can be redirected into a memo field instead of a file.
Options to describe the file structure:
· number of records
· end-of-line style: Windows (#13#10 default), UNIX (#10), None
· create a user-defined set of chars (optional)
Various options are available to describe the structure of each record. You define for each record field (up to 512 possible) its length and one of the following types:
· random numerals 0..9
· random hexadecimal numerals 0..F
· random capital letters A..Z
· random small letters a..z
· random letters A..Z, a..z
· blanks
· tabstops
· fixed chars (i.e. same field contents in all records)
· random chars from string
· random chars from letters union user-defined chars
· random binary chars #0..#31
· random binary chars #0..#255
· random dates in format as defined in control panel