Ad
  • Custom User Avatar

    Why are you nervous? Don't be nervous. There is no need to be nervous. When people are nervous, they make mistakes. And we do not want anyone to make mistakes, do we? So there is no reason to be nervous <smile emoji> <wink emoji>.

    For a first attempt, the translation is very good. Good job!

  • Custom User Avatar

    I made adjustments in accordance with your comments. I'm sorry, this is my first translation, and I am nervous and making silly mistakes.

  • Custom User Avatar

    The translation is not bad, but nonetheless has some problems:

    • math.random(0, 10) ^ math.random(1, 20) is not the best way to generate random inputs:
      • it produces many zeros and ones (the base could be randomized from range 2..10)
      • it produces floats and not integers
      • it can create numbers which overflow max precise float value, because 10^20 will be an imprecise float and not an int.
    • Test titles could be slightly improved by changing "Basic: " .. key to "Basic: n=" .. key or somethign similar, and remaining titles in similar manner.