Input



next up previous
Next: Scheduling algorithm Up: No Title Previous: Simulating CPU scheduling

Input

Input to your program will determine:

The actual amount of time before the arrival of the next process, and the amount of CPU time it requires, will be randomly determined, based on an exponential distribution (with averages as given in the input to the program). The code that deals with these distributions has been written for you (see below).

We will not specify any particular units for time (for example, microseconds or nanoseconds), but will just assume that all time values are to be interpreted as in the same units.



Diane Horton
Mon Dec 11 15:56:16 EST 1995