
Algorithm Alley - Dr Dobb's Journal - January 1994
"The Chip-Is-Bad Fever"
(c) 1994 by Tom Swan. All rights reserved.

Note: You may use any of the files in this ZIP file to create
your own compiled programs, which you may distribute free of any
charge or royalty.

Files ending in .PAS are for Pascal or Turbo Pascal. Files ending in 
.C are for any ANSI C compiler (I use Borland C++). Files ending in
.TXT contain pseudo code algorithms. Here's an inventory of the files
included in this month's upload:

    midsqr.pas      Algorithm #15: Middle-Square Method in Pascal
    midsqr.txt      Algorithm #15 in pseudo code
    linear.pas      Algorithm #16: Linear Congruential Method in Pascal
    linear.txt      Algorithm #16 in pseudo code
    fibo.pas        Algorithm #17: Fibonacci Method in Pascal
    fibo.txt        Algorithm #17 in pseudo code
    longmult.pas    32-bit multiplication in Pascal
    combine.pas     Combination random-number generator in Pascal

For more information about the files, see my column "Algorithm Alley"
appearing regularly in Dr. Dobb's Journal. Enjoy!

Tom Swan
Compuserve ID 73627,3241
