
Monte Carlo algorithm programs, cf. section 3.3:

00readme.txt : this file

dart.*    : Dartboard algorithm for approximating pi
dart.cc   : the C++ source code

prim.*    : approximation to pi by test of relative
            primeness of pairs of random numbers
prim.cc   : the C++ source code

fox.*     : Buffons Needle method for approximating pi
fox.cc    : the C++ source code


*.elf     : linux binaries (for x86-systems) of the respective programs
*.exe     : dos binaries of the respective programs


makefile     : makefile (for LINUX)
makefile.dos : makefile for DOS

runall.bat: DOS batch program to run all programs in one race.

