The current guide sequence generation is entirely random, which can result in sequence repetition. - Update the sequence generation logic to shuffle arrays instead of generating random integers. - This issue should be addressed after issue #12.
The current guide sequence generation is entirely random, which can result in sequence repetition.