RandomMap

Allows random selection of elements from the map. The supplied map must have at least one element

Constructors

Link copied to clipboard
constructor(parent: ModelElement, map: Map<K, V>, streamNum: Int = 0, name: String? = null)

Allows randomly selecting with equal probability from the elements of the map.