# # ChangeLog for lemon/random.h in lemon-0.x # # Generated by Trac 1.2.3 # 03/29/24 02:46:41 Fri, 20 Oct 2006 12:06:49 GMT Alpar Juttner [2257:0a9393adc747] * lemon/random.h (modified) Doc improvements. Tue, 17 Oct 2006 10:40:28 GMT Balazs Dezso [2245:f09b1ea5c249] * lemon/random.h (modified) Little modification on interface and documentation Sat, 14 Oct 2006 15:26:05 GMT Balazs Dezso [2242:16523135943d] * benchmark/edge_lookup.cc (modified) * benchmark/radix_sort-bench.cc (modified) * benchmark/swap_bipartite_bench.cc (modified) * demo/descriptor_map_demo.cc (modified) * demo/simann_maxcut_demo.cc (modified) * demo/topology_demo.cc (modified) * lemon/hypercube_graph.h (modified) * lemon/random.h (modified) * lemon/simann.h (modified) * test/all_pairs_shortest_path_test.cc (modified) * test/arborescence_test.cc (modified) * test/graph_utils_test.cc (modified) * test/graph_utils_test.h (modified) * test/heap_test.h (modified) * test/matrix_maps_test.cc (modified) * test/radix_sort_test.cc (modified) * test/simann_test.cc (modified) * test/test_tools.h (modified) New random interface Switching to the new interface 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 ...