DiceSampler class

sampler that picks item from a List using die-roll results

Constructors

DiceSampler([Random? random])
Constructs a new DiceSampler, optionally injected with a Random.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pick<T>(String diceStr, List<T> items) → T
picks an item from the list, using the submitted dice expression to pick the item.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited