Hi all,
I'm using MSVC .net and try tu use GSL for random number generation.
Here is the piece of code :
const gsl_rng_type *T;
gsl_rng *r;
gsl_rng_env_setup();
T = gsl_rng_default;
r = gsl_rng_alloc(T);
It compiles and links, but in execution, it stops after T =
gsl_rng_default;
May s/o helpme ?
I really don't understand ...
Regards,
Olivier
PS : i'm using GSL v 1.6 ...
_______________________________________________
Help-gsl mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-gsl