Java ThreadLocalRandom current() method

The current() method of Java ThreadLocalRandom class returns the current thread's ThreadLocalRandom. It takes no parameter.

Syntax:

Parameter:

NA

Returns:

This method returns the current thread's ThreadLocalRandom.

Example

Output:

Current thread's LocalThreadRandom name is: java.util.concurrent.ThreadLocalRandom@11028347