Hi Markus,
This may be possible with a wrapper. You call the wrapper which counts the 
number of times the genrator has been called, and resets to zero when the 
generator is reseeded, etc.

Things brings up a topic I have been intending to write to the list about for 
some time.

I've written a number of wrappers for GSL RNG and have also written some 
wrappers for other generators to give them (almost) the GSL RNG API. The main 
difference between my library routines and the GSL RNG API is that my 
routines need a more complicated internal state than just a plain array.

I will elaborate in a separate thread rather than hijacking this one.
Best, Paul

On Thu, 15 Feb 2007, Markus Becker wrote:
> Dear list members,
>
> is there a possibility to determine how many random numbers have been
> drawn from a random number generator since its creation or it has been
> resetted? If this is not implemented, is it possible to integrate into the
> GSL RNG interface?
>
> Best regards,
> Markus Becker
>
> ------------------------------------------------
>
> | Dipl.-Ing. Markus Becker
> | Communication Networks
> | University Bremen
> | Germany
>
> ------------------------------------------------
>
> | web: http://www.comnets.uni-bremen.de/~mab/
>
> ------------------------------------------------
>
>
>
> _______________________________________________
> Help-gsl mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-gsl


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to