• Custom User Avatar

    maybe he use 9.8 because te test is using an iterative algorithm, the problem is stupid

  • Custom User Avatar

    My advice is to stop feeling dissapointed and fork the translation and fix it if you want.

  • Custom User Avatar

    You should not seed anything at all.

    Also, for some reason even a working solution may not pass the tests (I suspect it's the absence of seeding inside the fixture, though I can't tell for sure).

  • Custom User Avatar

    Are you seeding inside or outside the loop? The former will lead to resetting the randomizer with each loop generating identical results each time.

  • Custom User Avatar

    You have used 9.8 instead of 9.81, that's the only problem with your solution.