Could not find 'ThreadLocalRandom'?

Instead of using java.util.Random, I would like to use import java.util.concurrent.ThreadLocalRandom but I have to explicitly import it. Can we import all of java.util.*?

Comments (0)