Closed
Description
See last code examples in this section.
If I get this right, we get a sequence from the shuffleSongs()
just once and iterate this sequence every time in the same order. So we cannot have different order inside each loop like:
// <- ['a', 'b', 'b', 'a', 'a', 'b']
Only these varians are possible:
// <- ['a', 'b', 'a', 'b', 'a', 'b']
// <- ['b', 'a', 'b', 'a', 'b', 'a']
Metadata
Metadata
Assignees
Labels
No labels