Skip to main content

Shuffle List

Shuffles a list randomly

Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs:

List (any[ ... ]): The list to shuffle.

Seed (number): The seed for the random number generator.

Outputs:

List (any[ ... ]): The shuffled list.

How to:

  1. Feed in a list

  2. Nominate a seed value (any number)

  3. The result is the randomly shuffled list

Did this answer your question?