Searched refs:sRand (Results 1 – 3 of 3) sorted by relevance
44 private static Random sRand = new Random(System.nanoTime()); field in DiffUtilTest283 int op = sRand.nextInt(5); in testRandom()286 add(sRand.nextInt(mAfter.size() + 1)); in testRandom()290 delete(sRand.nextInt(mAfter.size())); in testRandom()296 move(sRand.nextInt(mAfter.size()), sRand.nextInt(mAfter.size())); in testRandom()302 update(sRand.nextInt(mAfter.size())); in testRandom()308 updateWithPayload(sRand.nextInt(mAfter.size())); in testRandom()
40 private static Random sRand = new Random(); field in BrowseAnimationFragment90 switch (sRand.nextInt(15)) { in createRandomItem()181 int count = sRand.nextInt(4) + 1; in createRandomItem()198 int count = sRand.nextInt(4) + 1; in createRandomItem()213 int headerId = sRand.nextInt(); in createRandomItem()226 int headerId = sRand.nextInt(); in createRandomItem()
43 private static Random sRand = new Random(); field in CardPresenter98 if (sRand.nextBoolean()) { in onCreateViewHolder()