gsl/rng gsl_rng.h

bjg@sourceware.cygnus.com bjg@sourceware.cygnus.com
Mon Mar 1 14:02:00 GMT 1999


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@egcs.cygnus.com	99/03/01 14:02:00

Modified files:
	rng            : gsl_rng.h 

Log message:
	moved static class information (max, min, etc) out of the instance data.
	Originally I avoided this because of the overhead of the extra indirection
	(r->type->get vs r->get) for every get function call, but that turns out to
	be only about 10% at worst so it's worth the slight speed cost to make the
	code safer.



More information about the Gsl-cvs mailing list