Pick a number at random

The numbers are 3, 5 and 7. I want only one of those numbers to be chosen when the function is called. How can I do this?

Phaser.Utils.Array.GetRandom([3, 5, 7])