Simple Array Shuffle

  • 2
    This content is deleted
    Tutorial
    Simple Array Shuffle
    42 favourites

    Here's how to shuffle an array in 1 event. In this example, I fill a simple array with 4 values (0, 1, 2, 3). This represents 4 music tracks in which I want to...

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • I'm not sure if this is correct. When you delete array element, you just make it "empty". The "pick" (random 1-4) can still eventually select this unexisting index. How can you make to NOT select again already picked index from the Array_Temp?