Implovator Sometimes innovating gets your hands dirty

5May/060

Homework 1: BASIC for arrival and service time

In the second lecture, the Professor explains how to generate the arrival time and service time for Homework 1.

The following cover the interval time for both poisson and constant.

130 IA = -1/4 * LOG(1-RND)
130 IA = 1/4

And this is the same for the service time.

200 X = -2.4 * LOG(1-RND)
200 X = 2.4