Skip Menu |

This queue is for tickets about the Math-GSL CPAN distribution.

Report information
The Basics
Id: 96625
Status: resolved
Priority: 0/
Queue: Math-GSL

People
Owner: Nobody in particular
Requestors: florent.angly [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On Sun Jun 22 02:19:15 2014, FANGLY wrote: Show quoted text
> 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
Hello Just moved this ticket to GitHub: https://github.com/leto/math--gsl/issues/71 Closing it here. Thanks ambs