yogi_bear_79
Member
- Joined
- Sep 30, 2009
- Messages
- 19
- Programming Experience
- Beginner
I have a list of names:
How can I randomize the list?
These are names of players in a tournament. I want to randomize the list so that they are not sitting sequentially at the table(s)
VB.NET:
Public players As List(Of Player) = New List(Of Player)
How can I randomize the list?
These are names of players in a tournament. I want to randomize the list so that they are not sitting sequentially at the table(s)