#include <random-stream.h>
Public Member Functions | |
RealRandomStream () | |
virtual uint32_t | GetNext (uint32_t min, uint32_t max) |
Private Attributes | |
RngStream | m_stream |
Definition at line 40 of file random-stream.h.
ns3::RealRandomStream::RealRandomStream | ( | ) |
Definition at line 30 of file random-stream.cc.
References ns3::RngStream::InitializeStream(), and m_stream.
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().
RngStream ns3::RealRandomStream::m_stream [private] |
Definition at line 46 of file random-stream.h.
Referenced by GetNext(), and RealRandomStream().