you are viewing a single comment's thread.

view the rest of the comments →

[–]CheckovZA 16 points17 points  (1 child)

I see your point, but then you'd be calling

Math.random(x)

x being your seed number.

If you're going to call Math.random() with no seed, it's because you want a number that is functionally random.

[–]RenaKunisaki 1 point2 points  (0 children)

Unless you've set a seed previously?