RandomAllocationRule

This rule first randomly permutes the list and then allocates in the order of the permutation. In essence, this approach randomly picks from the list.

Parameters

stream

the stream to use for randomness

Constructors

Link copied to clipboard
constructor(streamNum: Int)

This rule first randomly permutes the list and then allocates in the order of the permutation. In essence, this approach randomly picks from the list.

constructor(stream: RNStreamIfc)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun selectResourceForAllocation(amountNeeded: Int, resourceList: MutableList<Resource>): Map<Resource, Int>

The method assumes that the provided list of resources has enough units available to satisfy the needs of the request.