From db1bc136af1d27f92f1cff8aa35738b767f99d21 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 2 Jul 2009 15:33:27 +0200 Subject: [PATCH] use the new global value anchors to reference RngSeed and RndRun --- src/core/random-variable.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/random-variable.h b/src/core/random-variable.h index 3f102dcb4..715309eff 100644 --- a/src/core/random-variable.h +++ b/src/core/random-variable.h @@ -115,9 +115,8 @@ public: * NS-3 has a rich set of random number generators. * Class RandomVariable defines the base class functionalty * required for all random number generators. By default, the underlying - * generator is seeded with the time of day, and then deterministically - * creates a sequence of seeds for each subsequent generator that is created. - * The rest of the documentation outlines how to change this behavior. + * generator is seeded all the time with the same seed value and run number + * coming from the ns3::GlobalValue \ref GlobalValueRngSeed "RngSeed" and \ref GlobalValueRngRun "RngRun". */ class RandomVariable {