Hi
I am trying to initialize an RNG using the function gsl_rng_alloc( ) defined in gsl_rng.h. the line of code: gsl_rng * r = gsl_rng_alloc (gsl_rng_taus); (which I copies and pasted from an example in the library website) is stopping the debugger with this message: An access violation (Segmentation Fault) is raised in your program. I am using Dev-C++. I appreciate any insight. _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
