|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.ac.hiroshima_u.sci.math.saito.tinymt.ThreadLocalRandom
public final class ThreadLocalRandom
This class is an alternative implementation of java.util.concurrent.ThreadLocalRandom in Java 7.
Method Summary | |
---|---|
static java.util.Random |
current()
get subclass of java.util.Random for current thread. |
static TinyMT32 |
currentTinyMT()
get random generator for current thread. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TinyMT32 currentTinyMT()
public static java.util.Random current()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |