Searched defs:splitRandom1 (Results 1 – 2 of 2) sorted by relevance
75 var splitRandom1 = random1.split(new SplittableRandom(sourceSeed)); in splitInstances_areTheSame_whenTheyAreSplitWithIdenticalSource() local91 var splitRandom1 = random1.splits(size, new SplittableRandom(sourceSeed)).toList(); in splitsInstances_areTheSame_whenTheyAreSplitWithIdenticalSource_boundedStream() local113 var splitRandom1 = random1.splits(new SplittableRandom(sourceSeed)).limit(size).toList(); in splitsInstances_areTheSame_whenTheyAreSplitWithIdenticalSource_unboundedStream() local133 var splitRandom1 = random1.splits(size).toList(); in splitsInstances_areTheSame_whenSourceIsIdentical() local
41 var splitRandom1 = random1.splits().limit(size).toList(); in splits_produceTheSameResult_whenSourceIsIdentical() local