91
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: [email protected]
Next TopicJava ThreadLocalRandom