Tagged Questions

1
vote
4answers
205 views

Ensure uniform (ish) distribution with random number generation

I have a list of objects and I would like to access the objects in a random order continuously. I was wondering if there was a way of ensuring that the random value were not always similar. Example. …