Skip to content

[FEATURE REQUEST]: Add Shuffling Algorithm #5635

@Taranpreet10451

Description

@Taranpreet10451

What would you like to Propose?

I propose to implement a shuffling algorithm that randomizes the order of elements in a list, effectively destroying any existing order. This algorithm will ensure that all possible permutations of the list are equally likely, assuming a fair source of randomness.

Issue details

Implementation:

  1. Develop a function that accepts a list and returns a shuffled version.
  2. Ensure uniform distribution of permutations by leveraging a reliable randomization method.

Additional Information

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions