以下哪项是调用Math.random()的可能输出?(选择所有适用的选项。)
A: 1.0
B: 0.5
C: 3.43
D: 0.0
A: 1.0
B: 0.5
C: 3.43
D: 0.0
举一反三
- 调用Math.random()方法最有可能输出以下哪些结果?() A: -0.12和0.56E3 B: 0.12和1.1E1 C: -23.45和0.0 D: 0.356和0.03
- Math static method random generates a random double value in the range from 0.0 ( ) A: up to but not including 1.0 B: up to and including 100.0 C: up to but not including 100.0 D: up to and including 1.0
- Math.random方法返回0.0和1.0之间的double类型的随机数,包括0.0但不包括1.0。
- 以下RGB值,表示绿色的是? A: (1.0, 0.0, 0.0) B: (1.0, 1.0, 0.0) C: (0.0, 1.0, 0.0) D: (0.0, 0.0, 1.0)
- 以下选项中,是Python第三方库的是( )。 A: turtle B: jieba C: random D: math