Possible Duplicate:
Access random item in list
I want to randomly generate an element from a string list, however I have no idea about how to achieve this. I have 4 elements : aaa, bbb, ccc, ddd. I want to generate one of them to draw on the screen randomly, I search some piece of code of C# but it's not working. Does anyone know how to make this?