Bug 621 - no documentation for RngRun
: no documentation for RngRun
Status: RESOLVED FIXED
: ns-3
documentation
: ns-3-dev
: All All
: P5 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-07-02 08:01 EDT by
Modified: 2009-07-02 11:39 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-07-02 08:01:29 EDT
It appears to me that there is no documentation for the RngRun feature.

In the documentation of RandomVariable
http://www.nsnam.org/doxygen-release/classns3_1_1_random_variable.html
the following text appears:

"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."

however the rest of the documentation does not explain it.
------- Comment #1 From 2009-07-02 09:34:44 EDT -------
I believe that I have fixed this in the ns-3.5-rc3 branch. Can you verify ?
------- Comment #2 From 2009-07-02 11:39:15 EDT -------
(In reply to comment #1)
Yes I confirm that the documentation is fixed in the ns-3.5 branch.