JavaScript does not have a seed method for its Math.random() method.
When "intellisensing" JavaScript's Math object in an IDE, there is no indication that a seed method exists.
Does the ECMAScript specification say that a seed will be automatically set?
Perhaps when the first script of an HTML page loads or when a browser is started there is an internal call to seed the RNG.