Brad Bell wrote:

I seem to be getting some strange results when I use gsl_ran_flat on some systems (and not on other systems). The attached bash script
# include <stdio.h>
# include <gsl/gsl_rng.h>
# include <string.h>

Hello,

I think you just have a missing header file (gsl_randist.h) for that function. Use gcc -Wall to detect that.

--
best regards,

Brian Gough
(GSL Maintainer)

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