ruby: remove random seed
Review Request #3007 - Created Aug. 9, 2015 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11039:a692042b6e6c --------------------------- ruby: remove random seed We no longer use the C library based random number generator: random(). Instead we use the C++ library provided rng. So setting the random seed for the RubySystem class has no effect. Hence the variable and the corresponding option are being dropped.
Ship It!
Out of curiosity does this change any of the regressions? Maybe the random tester one? Or was this code stale?
