单项选择题

下面哪个JavaScript中表达式产生的随机数是介于0-100的浮点数?()

A.Math.random()*100
B.Math.random()/100
C.Math.random()+100
D.Math.random()