【多选题】
能够产生一个三位随机整数的函数表达式是()。
A、Int(Rnd*900+100)
B、Int(Rnd*900)+100
C、Int(Rnd*1000)
D、Int(Rnd*1100-100)
E、Int(Rnd*1100)-100
A、Int(Rnd*900+100)
B、Int(Rnd*900)+100
C、Int(Rnd*1000)
D、Int(Rnd*1100-100)
E、Int(Rnd*1100)-100
A、Math.floor(Math.random()*6) B、Math.floor(Math.random()*7) C、Math.floor(Math.random()*8) D、Math.ceil(Math.random()*8)