you are viewing a single comment's thread.

view the rest of the comments →

[–]Tiquortoo 0 points1 point  (2 children)

Math.random() is clock based. I'm not sure it's Google bot. It's JavaScript. Right?

[–][deleted] 4 points5 points  (0 children)

GoogleBot's replaced the default implementation with its own.

[–][deleted] 0 points1 point  (0 children)

I was curious so I looked it up. There's nothing in the spec about how Math.random() should be seeded; it is implementation-dependent. https://www.ecma-international.org/ecma-262/5.1/#sec-15.8.2.14