Lines Matching refs:Random
59 import java.util.Random;
536 // own, potentially at some random inconvenient time.
893 * position in the list, or a random position if the
1225 a random track will be picked again. If at any time user disables shuffling
1263 // Pick random next track from the not-yet-played ones
1398 // pick something at random from the list
1446 // A simple variation of Random that makes sure that the
1451 private Random mRandom = new Random();