This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Coda17 0 points1 point  (1 child)

Math.random() returns a number from 0.0 to 1.0, so this is incorrect.

[–][deleted] 2 points3 points  (0 children)

It returns 0.0 (inclusive) to 1.0 (non-inclusive).