From ted@cis.ufl.edu Tue Jan 25 13:26:57 1994
Received: from squall.cis.ufl.edu by SHASHA.CS.NYU.EDU (5.61/1.34)
	id AA26796; Tue, 25 Jan 94 13:26:55 -0500
From: ted@cis.ufl.edu
Received:  from localhost  by squall.cis.ufl.edu (8.6.4/4.11)
	id NAA13231; Tue, 25 Jan 1994 13:26:54 -0500
Date: Tue, 25 Jan 1994 13:26:54 -0500
Message-Id: <199401251826.NAA13231@squall.cis.ufl.edu>
To: doshi@summit.novell.com, shasha@SHASHA.CS.NYU.EDU
Subject: the simulator
Status: R

OK, I have the code in a state that is reasonable well documented.
there are 5 files
1) def.h - system-wide defs
2) rand.c - helps me generate distributions
3) zseq.c - a driver for the algorithms
4) clk2q.c - clock/2Q algorithm
5) clkclass.c - clock/class algorithm

To compile, enter
  cc zseq.c rand.c clk2q.c -lm -o clk2q
or
  cc zseq.c rand.c clkclass.c -lm -o clkclass

The code tades data from standard in, writes to standard out.
zseq generates random zipf references with scans thrown in.
I can also send a driver that reads a trace file.

	Ted

