Fix up the random number stuff.

SConscript:
    compile the random number generator stuff into m5
base/random.cc:
    we need to define our destructor
base/random.hh:
    Since there's no state, just makes all of these get functions static

--HG--
extra : convert_revision : 9d4b8abd57367391a8ecda3914b1d912d9c64185
This commit is contained in:
Nathan Binkert
2004-12-13 12:55:13 -05:00
parent f3e89d3991
commit d0bff50bba
3 changed files with 14 additions and 13 deletions

View File

@@ -65,6 +65,7 @@ base_sources = Split('''
base/pollevent.cc
base/python.cc
base/range.cc
base/random.cc
base/sat_counter.cc
base/socket.cc
base/statistics.cc