On Tue, 10 Feb 2009, Brian Gough wrote: > For now, I'd suggest that you clear the struct in your code with a > memset() after calling the gsl_rng_alloc() function, and then call > gsl_rng_set(r,0) to reinitialize it.
Alright thanks, I'll do that. It's a little slower, but it's unlikely it'll ever matter. Joonas _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
