use the new global value anchors to reference RngSeed and RndRun
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu Jul 02 15:33:27 2009 +0200 (7 months ago)
changeset 464277dd5c573116
parent 4641 7b5db4e35985
child 4643 7b341f78ce82
use the new global value anchors to reference RngSeed and RndRun
src/core/random-variable.h
     1.1 --- a/src/core/random-variable.h	Thu Jul 02 15:33:08 2009 +0200
     1.2 +++ b/src/core/random-variable.h	Thu Jul 02 15:33:27 2009 +0200
     1.3 @@ -115,9 +115,8 @@
     1.4   * NS-3 has a rich set of  random number generators.
     1.5   * Class RandomVariable defines the base class functionalty
     1.6   * required for all random number generators.  By default, the underlying
     1.7 - * generator is seeded with the time of day, and then deterministically
     1.8 - * creates a sequence of seeds for each subsequent generator that is created.
     1.9 - * The rest of the documentation outlines how to change this behavior.
    1.10 + * generator is seeded all the time with the same seed value and run number
    1.11 + * coming from the ns3::GlobalValue \ref GlobalValueRngSeed "RngSeed" and \ref GlobalValueRngRun "RngRun".
    1.12   */
    1.13  class RandomVariable
    1.14  {