Bug 621 - no documentation for RngRun
no documentation for RngRun
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
ns-3-dev
All All
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-02 08:01 UTC by Nicola Baldo
Modified: 2009-07-02 11:39 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Baldo 2009-07-02 08:01:29 UTC
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 Mathieu Lacage 2009-07-02 09:34:44 UTC
I believe that I have fixed this in the ns-3.5-rc3 branch. Can you verify ?
Comment 2 Nicola Baldo 2009-07-02 11:39:15 UTC
(In reply to comment #1)
Yes I confirm that the documentation is fixed in the ns-3.5 branch.