in reply to Re: picking multiple random elements out of an array
in thread picking multiple random elements out of an array
The shuffle will work well, I never thought of that. The other was what I was trying to avoid because I didn't want to have to check for duplicates.