+ 1
What is math.random in Java
I was in a challenge and I was confused since I didn't see that in my math() class lesson. Please help me
2 Antworten
+ 7
java.lang.Math.random() returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0
+ 3
Thanks Nafis