I'd like my own rng to 'power' distributions from randist.h but don't know what 
form it should take to be accepted by the standard procedure to get them into 
the distrbutions
ie
.
.
gsl_rng_type * T = myOwnRng
r = gsl_rng_alloc(T)
num = someDist(r, etc..)
Could someone please point me to the minimum spec my rng should conform to.


The generator files are in the rng directory, see e.g. rng/mrg.c for one example.

--
Brian Gough

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/


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

Reply via email to