Sun, 23 Dec 2007 14:38:45 +0000Fix the version tag query to work properly on tip version
Alpar Juttner <alpar@cs.elte.hu> [Sun, 23 Dec 2007 14:38:45 +0000] rev 19
Fix the version tag query to work properly on tip version

Sat, 22 Dec 2007 07:26:26 +0000Use current hg node id instead of tip id as the version tag
Alpar Juttner <alpar@cs.elte.hu> [Sat, 22 Dec 2007 07:26:26 +0000] rev 18
Use current hg node id instead of tip id as the version tag

Thu, 20 Dec 2007 23:26:44 +0000A better way to insert hg revision id into the version string
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Dec 2007 23:26:44 +0000] rev 17
A better way to insert hg revision id into the version string
- use the hg option --template
- put one more underscore into the version string

Thu, 03 Jan 2008 01:24:09 +0100Small fixes.
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 03 Jan 2008 01:24:09 +0100] rev 16
Small fixes.
Documentation fixes.
Removed \author tags.
Removed superfluous ; characters after function codes.

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.

Fri, 21 Dec 2007 01:32:24 +0000Pareto and Weibull random distributions
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Dec 2007 01:32:24 +0000] rev 11
Pareto and Weibull random distributions

Fri, 21 Dec 2007 00:07:03 +0000Port random.h & Co. from svn -r3422 + some cleanups
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Dec 2007 00:07:03 +0000] rev 10
Port random.h & Co. from svn -r3422 + some cleanups
- gauss(double std_dev) has been remove for clarity