# # ChangeLog for lemon/random.cc in lemon-0.x # # Generated by Trac 1.2.3 # 03/29/24 12:10:39 Tue, 17 Oct 2006 11:01:19 GMT Alpar Juttner [2249:dd8e95c663f0] * lemon/random.cc (modified) Compilation warning resolved. Tue, 17 Oct 2006 10:42:19 GMT Balazs Dezso [2246:9c472eee236f] * lemon/random.cc (modified) Documentation is moved to source file 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 ...