[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Random Number Generator
From: |
Orahcio Felicio de Sousa |
Subject: |
[Help-gsl] Random Number Generator |
Date: |
Wed, 15 Sep 2010 17:52:02 -0300 |
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] Random Number Generator,
Orahcio Felicio de Sousa <=