RandomAllocationRule

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.

Parameters

streamNum

the stream number of the stream to use for randomness


constructor(stream: RNStreamIfc)

Parameters

stream

the stream to use for randomness