- Jul 29, 2011
-
-
Liam M. Healy authored
For the Dirichlet PDF functions, the vector length should be K, the first argument, not K-1. Reported by Nils Bertschinger. Conflicts: random/dirichlet.lisp
-
- Jul 07, 2010
-
-
Liam M. Healy authored
Do not use cl-array in tests because it isn't always available. The safer way is by doing a copy out to a new CL array.
-
- Jun 30, 2010
-
-
Liam Healy authored
-
- Jan 17, 2010
-
-
Liam Healy authored
-
- Dec 27, 2009
-
-
Liam Healy authored
Add copyright and license information to each file, include a copy of the GPL under documentation/COPYING.
-
- May 25, 2009
-
-
Liam Healy authored
The random number distribution functions have been made methods of #'sample, with 'source being the generator.
-
- Feb 16, 2009
-
-
Liam Healy authored
Rename constant pointers into the GSL library to +...+ from *...*.
-
- Dec 27, 2008
-
-
Liam Healy authored
Fixes to some definitions lognormal, discrete: use #'mpointer lu: new syntax for making array quasi: order of arguments fixed in make-quasi-random-number-generator sorting: syntax to make combination All tests have been regenerated because syntax for arrays etc. has changed. Visually inspected that results match previous check in.
-
- Nov 16, 2008
-
-
Liam Healy authored
Tests are now separated from examples and defined in a new system gsll-tests. Change name of condition 'input-error from 'EDOM.
-