en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Fix Generator Seed Consistency Test

Open LorenzoBloedow opened this issue 4 months ago • 1 comments

If you use a static seed in your code, all tests will pass, because technically the seed is the same, however, the input changed so it shouldn't be the same.

Example of a static seed: Screenshot 2025-09-06 at 7 25 12 AM

And here's the actual seed being used: Screenshot 2025-09-06 at 7 25 34 AM

With the current code, both solutions will pass even if the input changes.

LorenzoBloedow avatar Sep 06 '25 10:09 LorenzoBloedow

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 06 '25 10:09 CLAassistant