As in title, i need to draw a random number againist all objects of an array and remove object with lowest drawn number. One way will be to save all drawn values and then compare them with each other. Is there is an efficent way to do this? Pesudo code :As in title, i need to draw a random number aga