help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] [Fixed] Problem with random number generator


From: Olivier Tournaire
Subject: Re: [Help-gsl] [Fixed] Problem with random number generator
Date: Thu, 13 Jul 2006 12:19:19 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Hi,

I've finally found the solution. You just have to add to the preprocessor definitions : GSL_DLL

Hope it helps

Olivier Tournaire a écrit :
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]