Bug 621

Summary: no documentation for RngRun
Product: ns-3 Reporter: Nicola Baldo <nicola>
Component: documentationAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: mathieu.lacage
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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.