cc14689a86
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. |
||
---|---|---|
.. | ||
m5 | ||
swig | ||
importer.py | ||
SConscript |