How to pick a random number from a specific set?

          Suppose I wanted to get a random number that is either: 160, 320, or 480. How would I go about only picking one of those numbers at random? Thank you.