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/python/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python/SConscript') diff --git a/src/python/SConscript b/src/python/SConscript index a8104e8cc..61cab45f3 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -108,6 +108,7 @@ def swig_it(basename): swig_it('main') swig_it('debug') swig_it('event') +swig_it('random') swig_it('trace') # Action function to build the zip archive. Uses the PyZipFile module -- cgit v1.2.3