Even spacing random choice from Array?

Screenshot 2023-03-02 171323

Just doing a random selection from an Array of Actors ends up clumped together, any ideas how to make an even spacing?

I suggest two macros:

  1. Random Loop every N:
    image

Example:


image

  1. Sequential selection of a unique random element multiple of N:
    image

Example:


RandomExample

My Products

Thanks for the suggestion.