Home » Java ThreadLocalRandom

Java ThreadLocalRandom

by Online Tutorials Library

Java ThreadLocalRandom Method

Java ThreadLocalRandom class provides several methods like current(), doubles(), ints(), nextDouble(), nextInt(), nextLong(), etc.

Methods
current()
doubles()
ints()
nextDouble()
nextInt()
nextLong()

You may also like