Event Generator Initial Time Btw Events RVCIfc
Properties
Link copied to clipboard
Sets the time between events and the maximum number of events to be used to initialize each replication. The time between events cannot evaluate to a constant value of 0.0. The maximum number of events is kept at its current value, which by default is Long.Max_Value. Note that setting the initial time between events does not affect the random variable governing the time of the first event.
Functions
Link copied to clipboard
abstract fun setInitialTimeBetweenEventsAndMaxNumEvents(initialTimeBtwEvents: RVariableIfc, 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)