Thu, 03 Jan 2008 01:08:23 +0100Improved and fixed dim2.h.
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 03 Jan 2008 01:08:23 +0100] rev 15
Improved and fixed dim2.h.
Improved and fixed documentation.
Bug fix in BoundingBox<>::operator&.
Removed \author tags.

Wed, 02 Jan 2008 03:55:00 +0100Translated Hungarian varible names, improved messages.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 02 Jan 2008 03:55:00 +0100] rev 14
Translated Hungarian varible names, improved messages.

Wed, 02 Jan 2008 04:01:00 +0100Documentation cleanup.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 02 Jan 2008 04:01:00 +0100] rev 13
Documentation cleanup.

Sat, 22 Dec 2007 07:01:20 +0000A better way of generating pareto distr, and swap its parameters.
Alpar Juttner <alpar@cs.elte.hu> [Sat, 22 Dec 2007 07:01:20 +0000] rev 12
A better way of generating pareto distr, and swap its parameters.

- Pareto distribution is now generated as a composition of a Gamma and
an exponential one
- Similarly to gamma() and weibull(), the shape parameter became the first one.