Multiple FlipFlop

If I get you question correctly, you want to play a random sound from a sound list when you presses the button?

If so simply create a array of sound base type then when pressing the button (you can get that by OnButtonPressed Event) choose a random sound and play it.