// "ServiceTimeStream" = the name of the stream
// 3.0 = minimum time in minutes to deliver a container
// 7.0 = maximum time in minutes to deliver a container
// true = show in report?
// false = show in trace?
serviceTime = new ContDistUniform(this, "ServiceTimeStream", 3.0, 7.0, true, false);
// initalising the truckArrivalTimeStream
// Parameters:
// this = belongs to this model
// "TruckArrivalTimeStream" = the name of the stream