gem5/src/python
Steve Reinhardt cc14689a86 swig: get rid of m5.internal.random module (swig/random.i)
Thanks to swig this was interfering with the standard Python
random module.  The only function in that module was seed(),
which erroneously called srand48().  Moved the function to
m5.internal.core, renamed it seedRandom(), and made it call
random_mt.init() instead.
2011-03-18 11:47:15 -07:00
..
m5 SCons: Stop embedding the mercurial revision into the binary. 2011-03-11 11:27:36 -08:00
swig swig: get rid of m5.internal.random module (swig/random.i) 2011-03-18 11:47:15 -07:00
importer.py importer: fix error message 2010-12-21 08:02:40 -08:00
SConscript swig: get rid of m5.internal.random module (swig/random.i) 2011-03-18 11:47:15 -07:00