# # ChangeLog for lemon/random.h in lemon-0.x # # Generated by Trac 1.2.3 # 06/07/24 05:37:56 Tue, 03 Oct 2006 11:24:41 GMT Balazs Dezso [2230:67af33b34394] * lemon/color.h (modified) * lemon/dijkstra.h (modified) * lemon/johnson.h (modified) * lemon/prim.h (modified) * lemon/random.h (modified) Some doc fix Mon, 02 Oct 2006 16:11:00 GMT Balazs Dezso [2229:4dbb6dd2dd4b] * lemon/Makefile.am (modified) * lemon/bits/mingw32_rand.cc (deleted) * lemon/bits/mingw32_rand.h (deleted) * lemon/hypercube_graph.h (modified) * lemon/random.cc (added) * lemon/random.h (added) * lemon/simann.h (modified) * test/graph_utils_test.h (modified) * test/heap_test.h (modified) * test/test_tools.h (modified) Mersenne Twister random number generator The code is based on the ...