Random Assignment Policy
Send a uniformly chosen available vehicle.
The stream is supplied rather than created so that it is one of the model's own, which is what makes a run reproducible and lets a study put this policy on common random numbers with the rules it is being compared against. A policy that reached for a global generator would be irreproducible in a way no single run would reveal.
Functions
Link copied to clipboard
open suspend override fun KSLProcessBuilder.assign(context: DispatchContext): List<AssignmentProposal>