单项选择题

在Java多线程中,一般推荐使用()替换Random来生成随机数。

A.Math
B.ThreadLocal
C.ThreadLocalRandom
D.LocalRandom