From mboxrd@z Thu Jan 1 00:00:00 1970 From: jt@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/randist ChangeLog gsl-randist.c gsl_randis ... Date: Fri, 29 Jan 1999 08:46:00 -0000 Message-id: <19990129164646.7359.qmail@egcs.cygnus.com> X-SW-Source: 1999/msg00000.html List-Id: 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.