Random Transporter Rule
Sends an idle transporter chosen at random.
The stream is supplied rather than taken from a global source, so that the choice is under the model's control and the run stays reproducible.
Parameters
stream
the source of randomness for the choice
Functions
Link copied to clipboard
open override fun selectTransporter(network: GuidedPathNetwork, pickup: GuidedPathNetwork.Intersection, candidates: List<GuidedTransporter>): GuidedTransporter