changeset e10aff32c561 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=e10aff32c561 description: random: small comment about our random number generator and its origin
diffstat: src/base/random.hh | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diffs (17 lines): diff -r 6286bb50127e -r e10aff32c561 src/base/random.hh --- a/src/base/random.hh Fri Nov 19 18:01:01 2010 -0600 +++ b/src/base/random.hh Sat Nov 20 12:12:27 2010 -0800 @@ -29,6 +29,13 @@ * Ali Saidi */ +/* + * Mersenne Twister random number generator has a period of + * 2^19937-1. + * + * The actual math is in its own file to keep the license clear. + */ + #ifndef __BASE_RANDOM_HH__ #define __BASE_RANDOM_HH__ _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
