Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DSplittableRandomTest.java76 var splitRandom2 = random2.split(new SplittableRandom(sourceSeed)); in splitInstances_areTheSame_whenTheyAreSplitWithIdenticalSource() local
92 var splitRandom2 = random2.splits(size, new SplittableRandom(sourceSeed)).toList(); in splitsInstances_areTheSame_whenTheyAreSplitWithIdenticalSource_boundedStream() local
114 var splitRandom2 = random2.splits(new SplittableRandom(sourceSeed)).limit(size).toList(); in splitsInstances_areTheSame_whenTheyAreSplitWithIdenticalSource_unboundedStream() local
134 var splitRandom2 = random2.splits(size).toList(); in splitsInstances_areTheSame_whenSourceIsIdentical() local
/libcore/luni/src/test/java/libcore/java/util/random/
DSplittableGeneratorTest.java42 var splitRandom2 = random2.splits().limit(size).toList(); in splits_produceTheSameResult_whenSourceIsIdentical() local