This is the mail archive of the CVS commit mailing list for the GSL project. See the GSL home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

gsl/randist ChangeLog gsl-randist.c gsl_randis ...



CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	jt@egcs.cygnus.com	99/01/29 08:46:46

Modified files:
	randist        : ChangeLog gsl-randist.c gsl_randist.h sphere.c 

Log message:
	modified sphere.c by using more sophisticated algorithms (refs to Knuth
	and others are included) for ran-dir-2d and ran-dir-3d, and added a new
	routine for random point on an n-dimensional hypersphere.  gsl-randist
	modified to include this new function as one of its options.