Whenever you need something random, that basically means that you use the Random class. Create an instance and assign it to a member variable. Make sure that you do not create multiple instances and use them once each. Create one instance and use it multiple times. Each time you need a random number, you call its Next method. There are lots of examples around.