Hi,
I want to save the gsl_rng_state into a unsigned long int var. I tried to
write the line
printf("%lu\n",(unsigned long int)gsl_rng_state(r));
But, when I execute the code, different results are showed in
the standard output. Somebody suggests?Thank's a lot. Orahcio _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
