Searched refs:mRNG (Results 1 – 2 of 2) sorted by relevance
97 protected final Random mRNG; field in PhotoSource118 mRNG = new Random(); in PhotoSource()266 mRNG.setSeed(seed); in setSeed()279 return (mRNG.nextInt() % (total - max)) - 1; in pickRandomStart()
181 boolean internalFirst = mRNG.nextInt(2) == 0; // filp a coin to be fair in findImages()