Uses of Class
fc.util.ThreadLocalRandom

Packages that use ThreadLocalRandom
fc.web.servlet   
 

Uses of ThreadLocalRandom in fc.web.servlet
 

Fields in fc.web.servlet declared as ThreadLocalRandom
static ThreadLocalRandom WebApp.default_tlrand
           
 

Methods in fc.web.servlet that return ThreadLocalRandom
static ThreadLocalRandom WebApp.getThreadLocalRandom()
          Returns the default ThreadLocalRandom object (a new ThreadLocalRandom is created if it does not exist).
static ThreadLocalRandom WebApp.getThreadLocalRandom(String name)
          Returns the ThreadLocalRandom object corresponding to the specified name (a new ThreadLocalRandom is created if it does not exist).