You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* shuffledListOf(T... items) creates an unmodifiable list containing the
given items in pseudorandom order
* mutableShuffledArrayListOf(T... items) creates a mutable ArrayList
with the given items in pseudorandom order
Closes#524
* Add methods in KiwiLists to create shuffled lists
* shuffledListOf(T... items) creates an unmodifiable list containing the
given items in pseudorandom order
* shuffledArrayListOf(T... items) creates a mutable ArrayList
with the given items in pseudorandom order
Closes#524
Add utilities to
KiwiLists
that create shuffled lists of items.The text was updated successfully, but these errors were encountered: