Select random element of group

Only been using Phaser for a few days and having trouble finding many examples relevant to what I am trying to do.
I have created a group containing 10 sprites.
Then I use var value = Phaser.Math.Between(0, 9); to pick a number
How do I then use Value to select that particular sprite from the group.

group.getChildren()[i];