Searched refs:sRandom (Results 1 – 3 of 3) sorted by relevance
27 private static final Random sRandom = new Random(); field in MathUtils189 return (int) (sRandom.nextFloat() * howbig); in random()194 return (int) (sRandom.nextFloat() * (howbig - howsmall) + howsmall); in random()198 return sRandom.nextFloat() * howbig; in random()203 return sRandom.nextFloat() * (howbig - howsmall) + howsmall; in random()207 sRandom.setSeed(seed); in randomSeed()
43 private static final Random sRandom = new Random(); field in ApConfigUtil88 int index = sRandom.nextInt(allowed2GChannels.size()); in chooseApChannel()96 allowed5GFreqList[sRandom.nextInt(allowed5GFreqList.length)]); in chooseApChannel()
99 static Random sRandom = new Random(); field in RILRequest189 sNextSerial.set(sRandom.nextInt()); in resetSerial()