Random Movable Resource Allocation Rule
class RandomMovableResourceAllocationRule(val stream: RNStreamIfc) : MovableResourceAllocationRuleIfc
This rule randomly picks from a list of movable resources that can satisfy the request.
Parameters
stream
the stream to use for randomness
Constructors
Functions
Link copied to clipboard
open override fun selectMovableResourceForAllocation(requestLocation: LocationIfc, resourceList: MutableList<MovableResource>): MovableResource
The method assumes that the provided list of resources has enough units available to satisfy the needs of the request.