You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JDK1.7 there is a better way to generate random numbers under multithreading.I think we can use ThreadLocalRandom instead normal Random,also we should think over lower version JDK.May I submit a PR for this feature?
The text was updated successfully, but these errors were encountered:
fantow
changed the title
is there a bettr way to support a higher version JDK in RandomSelectStrategy
Is there a bettr way to support a higher version JDK in RandomSelectStrategy
Jul 17, 2020
fantow
changed the title
Is there a bettr way to support a higher version JDK in RandomSelectStrategy
Is there a better way to support a higher version JDK in RandomSelectStrategy
Jul 17, 2020
In JDK1.7 there is a better way to generate random numbers under multithreading.I think we can use ThreadLocalRandom instead normal Random,also we should think over lower version JDK.May I submit a PR for this feature?
Of course, welcome to submit PR to improve the code together.
In JDK1.7 there is a better way to generate random numbers under multithreading.I think we can use ThreadLocalRandom instead normal Random,also we should think over lower version JDK.May I submit a PR for this feature?
The text was updated successfully, but these errors were encountered: