Closed arafatkatze closed 5 years ago
Can you please also add tests for this ? Never mind, I didn't see we already had tests for those...
~~The starting point could be:
Travis has failed some tests.
See line 223: should return correct p_value (FAILED - 1)
in the log. Can you please check and see why this is happening? It may just be a one-off thing unless you get similar results with bundle exec rspec
Also what do you say about making Distribution::Gamma.rand
and Distribution::Beta.rand
private for now (since rng is supposed to be the uniform point of access to get a random number)
As per issue #21 and #28 Implementation from gsl_ran_gamma and gsl_ran_beta
@agarie Please take a look.