summaryrefslogtreecommitdiff
path: root/src/base/random.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-09-03base: Use STL C++11 random number generationAndreas Hansson
2012-01-09Base: Fixed shift amount in genrand() to work with large numbersDam Sunwoo
2010-08-23BASE: Fix genrand to generate both 0s and 1s when max equals one.Ali Saidi
2007-10-31Base: Rework the way M5 provides and creates random numbers.Ali Saidi
2007-04-21fixes for solaris compileAli Saidi
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-02-09Get rid of the Random context and add the support directly to python.Nathan Binkert
2007-01-26make our code a little more standards compliantAli Saidi
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt