96
Java ThreadLocalRandom Method
Java ThreadLocalRandom class provides several methods like current(), doubles(), ints(), nextDouble(), nextInt(), nextLong(), etc.
Methods |
---|
current() |
doubles() |
ints() |
nextDouble() |
nextInt() |
nextLong() |
Next TopicJava ThreadLocalRandom