Ad
  • Default User Avatar

    That is what the user is inherently doing. The issue seems to be to how to accurately write a
    nUnit test to test the accuracy of the created distribution. My simpleton unit tests only checked
    for minimum and maximum bounds of the return value.

  • Default User Avatar

    Good point. However, how would you write a unit test to test a gaussian (normal) distribution?
    I would be very intested in seeing your approach using nUnit.
    Would you be willing to share?

  • Default User Avatar

    Thanks for the message.
    What do you mean by distribution? Statistical distribution.
    It is NOT required to solve this Kata as the statistical distribution is
    acheived by correctly solving the Kata and passing the unit tests.