Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilities to create shuffled lists #524

Closed
sleberknight opened this issue Mar 19, 2021 · 0 comments · Fixed by #525
Closed

Utilities to create shuffled lists #524

sleberknight opened this issue Mar 19, 2021 · 0 comments · Fixed by #525
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

Add utilities to KiwiLists that create shuffled lists of items.

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Mar 19, 2021
@sleberknight sleberknight added this to the 0.21.0 milestone Mar 19, 2021
@sleberknight sleberknight self-assigned this Mar 19, 2021
sleberknight added a commit that referenced this issue Mar 19, 2021
* 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
chrisrohr pushed a commit that referenced this issue Mar 19, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant