From 63a82400596b9331d1babe88624f97209286d0b9 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 9 Feb 2007 16:44:02 -0800 Subject: Get rid of the Random context and add the support directly to python. We don't currently use randomness much, so I didn't go too far, but in the future, we may want to actually expose the random number values themselves to python. For now, I'll at least let you seed it. While we're at it, clean up a clearly bad way for generating random doubles. --HG-- extra : convert_revision : df2aa8b58dd0d9c2a7c771668a760b2df8db1e11 --- src/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SConscript') diff --git a/src/SConscript b/src/SConscript index 6541fa85e..9037f9634 100644 --- a/src/SConscript +++ b/src/SConscript @@ -133,6 +133,7 @@ base_sources = Split(''' python/swig/debug_wrap.cc python/swig/main_wrap.cc python/swig/event_wrap.cc + python/swig/random_wrap.cc python/swig/trace_wrap.cc python/swig/pyevent.cc -- cgit v1.2.3