From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/randist ChangeLog Makefile.am gauss.c gsl- ... Date: Tue, 27 Jul 1999 10:26:00 -0000 Message-id: <19990727172619.18903.qmail@egcs.cygnus.com> X-SW-Source: 1999/msg00185.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@egcs.cygnus.com 99/07/27 10:26:19 Modified files: randist : ChangeLog Makefile.am gauss.c gsl-randist.c gsl_randist.h sphere.c test.c Added files: randist : bigauss.c gausstail.c Log message: sphere.c (gsl_ran_dir_3d): use the Knop method only -- it is the best. (gsl_ran_dir_2d_trig_method): split out the trig method as an alternative for those platforms where it is faster bigauss.c: split out the bivariate gaussian into its own source file gausstail.c: split out the gaussian tail into its own source file