sofa-bolt
sofa-bolt copied to clipboard
Is there a better way to support a higher version JDK in RandomSelectStrategy
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?
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.