Base: Rework the way M5 provides and creates random numbers.

--HG--
extra : convert_revision : 10ec3484647b3acb8e821f8520f97d535e41e861
This commit is contained in:
Ali Saidi
2007-10-31 01:21:54 -04:00
parent 04d1cfe31c
commit 7597f87430
5 changed files with 422 additions and 133 deletions

View File

@@ -70,6 +70,7 @@ Source('misc.cc')
Source('output.cc')
Source('pollevent.cc')
Source('random.cc')
Source('random_mt.cc')
Source('range.cc')
Source('remote_gdb.cc')
Source('sat_counter.cc')