-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
20
Currently, ThreadLocalRandom spec has the following clause:
> This class also provides additional commonly used bounded random generation methods.
However, with the introduction of RandomGenerator interface, all these methods were added to Random class as well, so ThreadLocalRandom does not provide any additional random generation methods. I suggest to remove this clause.
> This class also provides additional commonly used bounded random generation methods.
However, with the introduction of RandomGenerator interface, all these methods were added to Random class as well, so ThreadLocalRandom does not provide any additional random generation methods. I suggest to remove this clause.