Searched refs:tlr (Results 1 – 1 of 1) sorted by relevance
132 ThreadLocalRandom tlr = ThreadLocalRandom.current(); in testThreadLocalIntStream() local133 … testRandomResultSupplierConcurrently(() -> tlr.ints().limit(SIZE).boxed().collect(toList())); in testThreadLocalIntStream()138 ThreadLocalRandom tlr = ThreadLocalRandom.current(); in testThreadLocalLongStream() local139 … testRandomResultSupplierConcurrently(() -> tlr.longs().limit(SIZE).boxed().collect(toList())); in testThreadLocalLongStream()144 ThreadLocalRandom tlr = ThreadLocalRandom.current(); in testThreadLocalDoubleStream() local145 … testRandomResultSupplierConcurrently(() -> tlr.doubles().limit(SIZE).boxed().collect(toList())); in testThreadLocalDoubleStream()