Methods_T_WolfCurses_EnumerableExtension - Maxwolf/WolfCurses GitHub Wiki
The EnumerableExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
PickRandom(T)(IEnumerable(T)) | Picks a random element from the list. |
![]()
|
PickRandom(T)(IEnumerable(T), Int32) | Picks a random element from the list. |
![]()
|
Shuffle(T) | Bubble sorts all the elements in the collection. |
