your question is a combination of
1-How do I pick a random IDnumber
2-How do I play a sound given an ID number.

I think you already know how to solve both.

1- id=int(random(5));
2- if(id==3) play my sound;