Fix up the random number stuff.
authorNathan Binkert <binkertn@umich.edu>
Mon, 13 Dec 2004 17:55:13 +0000 (12:55 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 13 Dec 2004 17:55:13 +0000 (12:55 -0500)
commitd0bff50bbabf63de382f202dba956cd7b9b47de7
treed6e962cc598c137c283723849058be27298a89b6
parentf3e89d3991bed9c2ad33e29d1f61a11860db1f52
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
SConscript
base/random.cc
base/random.hh