# # ChangeLog for lemon/random.h in lemon # # Generated by Trac 1.2.3 # 03/19/24 07:02:51 Tue, 15 Apr 2008 12:12:10 GMT Alpar Juttner [178:d2bac07f1742] * lemon/random.h (modified) Doc improvements in random.h Thu, 19 Jun 2008 08:59:22 GMT Balazs Dezso [177:b685e12e08c0] * lemon/random.h (modified) Seeding from file source or from pid and time (ticket #19) Thu, 03 Apr 2008 12:00:18 GMT Alpar Juttner [116:b6bede534255] * lemon/random.h (modified) Serious buxfixes in Random::gamma() and Random::pareto() Thu, 27 Mar 2008 09:56:11 GMT Balazs Dezso [110:f2d66d810c88] * lemon/random.h (modified) Fix include files in random.h Thu, 20 Mar 2008 16:15:35 GMT Balazs Dezso [102:81563e019fa4] * lemon/random.h (modified) * test/random_test.cc (modified) Seeding random sequence Fri, 14 Mar 2008 16:57:49 GMT Alpar Juttner [92:5d4decd1b870] * lemon/random.h (modified) * test/random_test.cc (modified) Poisson distribution added Thu, 07 Feb 2008 22:25:42 GMT Alpar Juttner [68:a315a588a20d] * lemon/Makefile.am (modified) * lemon/math.h (added) * lemon/random.h (modified) Some usefull math constants lemon/math.h also includes the standard ... Fri, 25 Jan 2008 14:23:28 GMT Balazs Dezso [62:4790635473ef] * lemon/random.h (modified) Array range check warning workaround in random.h The g++-4.2.1 ... Tue, 08 Jan 2008 01:53:42 GMT Peter Kovacs [49:9a556af88710] * lemon/base.cc (modified) * lemon/bits/invalid.h (modified) * lemon/dim2.h (modified) * lemon/random.h (modified) * lemon/tolerance.h (modified) Doc improvements is some files. Mon, 07 Jan 2008 13:16:06 GMT Alpar Juttner [39:0a01d811071f] * lemon/base.cc (modified) * lemon/bits/invalid.h (modified) * lemon/bits/utility.h (modified) * lemon/concept_check.h (modified) * lemon/concepts/maps.h (modified) * lemon/dim2.h (modified) * lemon/list_graph.h (modified) * lemon/maps.h (modified) * lemon/random.cc (modified) * lemon/random.h (modified) * lemon/tolerance.h (modified) * test/dim_test.cc (modified) * test/maps_test.cc (modified) * test/random_test.cc (modified) * test/test_tools.h (modified) * test/test_tools_fail.cc (modified) * test/test_tools_pass.cc (modified) Happy New Year (update the copyright headers) Thu, 03 Jan 2008 13:51:14 GMT Peter Kovacs [23:0ba375bf5dae] * lemon/random.h (modified) Small doc improvement. Thu, 03 Jan 2008 00:24:09 GMT Peter Kovacs [16:22696f89d183] * lemon/random.cc (modified) * lemon/random.h (modified) * lemon/tolerance.h (modified) Small fixes. Documentation fixes. Removed \author tags. Removed ... Sat, 22 Dec 2007 07:01:20 GMT Alpar Juttner [12:435bbc8127b3] * lemon/random.h (modified) A better way of generating pareto distr, and swap its parameters. - ... Fri, 21 Dec 2007 01:32:24 GMT Alpar Juttner [11:ea5945b2da9c] * lemon/random.h (modified) Pareto and Weibull random distributions Fri, 21 Dec 2007 00:07:03 GMT Alpar Juttner [10:99e499ca560b] * lemon/Makefile.am (modified) * lemon/random.cc (added) * lemon/random.h (added) * test/Makefile.am (modified) * test/random_test.cc (added) Port random.h & Co. from svn -r3422 + some cleanups - gauss(double ...