clojure.core.async
public class ThreadLocalRandom extends Random
| Modifier and Type | Method and Description |
|---|---|
static ThreadLocalRandom |
current()
Returns the current ThreadLocalRandom for this thread.
|
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeedpublic static ThreadLocalRandom current()
ThreadLocal,
RandomCopyright © 2016. All Rights Reserved.