Subject: | [request] Implement shuffle, choose and sample |
Hi,
It would be great if you could implement the gsl_ran_shuffle, gsl_ran_choose and gsl_ran_sample GSL functions into Math::GSL. I am mostly interested in gsl_ran_choose, but I think that it will quite easy to do the two other ones after the first has been done.
For reference, the module PDL::RNG has implemented these methods here:
https://github.com/dkogan/PDL/blob/master/Lib/GSL/RNG/gsl_random.pd
Thank you,
Florent