You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:Only these varians are possible:
The text was updated successfully, but these errors were encountered: