Ad
  • Default User Avatar

    The problem with a random number generator is that it's possible for it to generate the same number twice in a row, which would cause you to drop the second packet.

    The random number also won't help you if the packets ever get out of order - guaranteed never to happen in this Kata, yes, but probably not in any networks you might be designing for in the future.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution