ns3::RealRandomStream Class Reference

#include <random-stream.h>

Inheritance diagram for ns3::RealRandomStream:
Inheritance graph
[legend]
Collaboration diagram for ns3::RealRandomStream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RealRandomStream ()
virtual uint32_t GetNext (uint32_t min, uint32_t max)

Private Attributes

RngStream m_stream

Detailed Description

Definition at line 40 of file random-stream.h.


Constructor & Destructor Documentation

ns3::RealRandomStream::RealRandomStream (  ) 

Definition at line 30 of file random-stream.cc.

References ns3::RngStream::InitializeStream(), and m_stream.


Member Function Documentation

uint32_t ns3::RealRandomStream::GetNext ( uint32_t  min,
uint32_t  max 
) [virtual]

Implements ns3::RandomStream.

Definition at line 35 of file random-stream.cc.

References m_stream, and ns3::RngStream::RandInt().


Member Data Documentation

Definition at line 46 of file random-stream.h.

Referenced by GetNext(), and RealRandomStream().


The documentation for this class was generated from the following files:
Generated on Thu Dec 3 14:11:22 2009 for NS-3 by  doxygen 1.6.3