setInitialTimeBetweenEventsAndMaxNumEvents

abstract fun setInitialTimeBetweenEventsAndMaxNumEvents(initialTimeBtwEvents: RandomIfc, initialMaxNumEvents: Long = Long.MAX_VALUE)

Sets the time between events and the maximum number of events to be used to initialize each replication. These parameters are dependent. The time between events cannot evaluate to a constant value of 0.0 if the maximum number of events is infinite (Long.MAX_VALUE)

Parameters

initialTimeBtwEvents

the initial time between events

initialMaxNumEvents

the initial maximum number of events