range of value that is returned by method Math.random()?
Answers
Answered by
8
Answer:
Math. random() returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
ry5841781:
thanks
Answered by
1
Range ==> [0 , 1]
The Math.random() returns float values from 0.00 to 1.00 .
Similar questions