Trying to get a random spawn that doesn't repeat

Hi,

I am spanish, sorry for my bad english :slight_smile:

You can use simple solution what get source array and generate other array with no repeat values:

The pass for infinite array without repeats:

  1. Create array
  2. Use index and increment position
  3. When the index is greater than array size go to pass 1