Skip to content

Missing Random Seed Parameter Causing Identical Shuffle Results #10

Description

@fibercoke

new_options, correct_idx = shuffle_options(options)

The current implementation does not pass a random seed to the shuffle function.
As a result, the same default seed(41) is being used for every shuffle operation, which causes all shuffle results to be identical

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions