davidbau / seedrandom

seeded random number generator for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Same seed, different result on different browsers

lexar opened this issue · comments

commented

Tested on a Mac with the same seed of course:
-when using 2 instances of Chrome, the result of a randomly altered render in a canvas is exactly the same, even after 12000 loops.
-when using 1 instance of Chrome and 1 instance of Safari, the result is different. Chrome is the same as above, Safari is totally different.

So I assume the results depend on the browser / version / js engine.
My question:
Is this a fixable bug, an undesired but unavoidable bug, or a feature?

Thanks and thanks for the library.
l

Haven't heard back; closing as no-repro.