davidbau / seedrandom

seeded random number generator for Javascript
2.04k stars 160 forks source link

Same seed, different result on different browsers #59

Closed lexar closed 5 years ago

lexar commented 5 years ago

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

davidbau commented 5 years ago

Post code that reproduces the problem? (Ideally minimal code.)

On Fri, Oct 5, 2018 at 9:57 AM lexar notifications@github.com wrote:

Tested on a Mac: -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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davidbau/seedrandom/issues/59, or mute the thread https://github.com/notifications/unsubscribe-auth/ADTG6IRV0Qn9J-eSAQBuwgpHH7Zhk2oFks5uh2U7gaJpZM4XKR8v .

davidbau commented 5 years ago

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