Method Shuffle
Shuffle()
Randomly shuffle the items of this list.
Declaration
void Shuffle()
Shuffle(Random)
Shuffle the items of this list according to a specific random source.
Declaration
void Shuffle(Random rnd)
Parameters
Type | Name | Description |
---|---|---|
Random | rnd | The random source. |