Home
last modified time | relevance | path

Searched defs:firstResult (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/random/
DRandomGeneratorFactoryTest.java171 int firstResult = first.nextInt(); in checkNextInt() local
181 long firstResult = first.nextLong(); in checkNextLong() local
191 double firstResult = first.nextDouble(); in checkNextDouble() local
200 int[] firstResult = first.ints().limit(1_000).toArray(); in checkInts() local
209 long[] firstResult = first.longs().limit(1_000).toArray(); in checkLongs() local
218 double[] firstResult = first.doubles().limit(1_000).toArray(); in checkDoubles() local