César Enrique García Dabó writes:
 >  1) Find enclosed an attachment with a test program. The problem arises for
 >      mu>4e9, instead of 4e10 as pointed in previous mail.

Hello,

Thanks for the bug report.

The return values from the discrete distributions are unsigned
integers, which have a maximum value of 2^32 = 4.29x10^9 on 32-bit
machines.  Beyond this the algorithm will not work due to overflow.

I will make a note in the manual about it.

-- 
best regards,

Brian Gough

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to