Home
last modified time | relevance | path

Searched refs:threadLocalRandom (Results 1 – 25 of 54) sorted by relevance

123

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
392 threadLocalRandom.set(current);
397 ThreadLocalRandom firstThreadLocalRandom = threadLocalRandom.get();
404 assertSame(firstThreadLocalRandom, threadLocalRandom.get());
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DThreadLocalRandomTest.java383 final AtomicReference<ThreadLocalRandom> threadLocalRandom =
397 threadLocalRandom.set(current);
403 firstThreadLocalRandom = threadLocalRandom.get();
/dports/biology/bbmap/bbmap/current/fun/
H A DChance.java29 Random randy=Shared.threadLocalRandom(); in main()
H A DMakeAdjacencyList.java53 final Random randy=Shared.threadLocalRandom(seed); in genMatrix()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/gc/gctests/Steal/steal001/
H A Dsteal001.java61 final static public ThreadLocalRandom threadLocalRandom = ThreadLocalRandom.current(); field in steal001
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/Steal/steal001/
H A Dsteal001.java61 final static public ThreadLocalRandom threadLocalRandom = ThreadLocalRandom.current(); field in steal001
/dports/biology/bbmap/bbmap/current/structures/
H A DListNum.java59 randy=Shared.threadLocalRandom(seed); in setDeterministicRandom()
H A DIntHashSetList.java21 Random randy2=Shared.threadLocalRandom(); in main()
H A DIntHashSet.java22 Random randy2=Shared.threadLocalRandom(); in main()
H A DAbstractIntHashMap.java19 Random randy2=Shared.threadLocalRandom(); in test()
H A DLongHashSet.java22 Random randy2=Shared.threadLocalRandom(); in main()
H A DIntList.java232 Random randy=Shared.threadLocalRandom(); in shuffle()
/dports/biology/bbmap/bbmap/current/shared/
H A DShared.java484 public static final Random threadLocalRandom(){return threadLocalRandom(-1);} in threadLocalRandom() method in Shared
485 public static final Random threadLocalRandom(long seed){ in threadLocalRandom() method in Shared
/dports/biology/bbmap/bbmap/current/jgi/
H A DGreedyBarCodeFinder.java75 Random randy=Shared.threadLocalRandom(); in test()
H A DRandomGenome.java107 randy=Shared.threadLocalRandom(seed); in RandomGenome()
/dports/biology/bbmap/bbmap/current/cardinality/
H A DCardinalityTracker.java119 Random randy=Shared.threadLocalRandom(seed<0 ? -1 : seed); in CardinalityTracker()
305 Random randy=Shared.threadLocalRandom(seed); in makeCodes()
/dports/biology/bbmap/bbmap/current/driver/
H A DLife.java149 Random randy=Shared.threadLocalRandom(); in init()
/dports/biology/bbmap/bbmap/current/sort/
H A DShuffle2.java126 randy=Shared.threadLocalRandom(seed); in Shuffle2()
715 static Random randy=Shared.threadLocalRandom();
/dports/biology/bbmap/bbmap/current/icecream/
H A DIceCreamMaker.java313 Random randy=Shared.threadLocalRandom(seed); in process()
602 randy=Shared.threadLocalRandom(seed<0 ? seed : seed+(tid+1)*tid*1000L); in run()

123