#include "rng-seed-manager.h"
#include "global-value.h"
#include "attribute-helper.h"
#include "integer.h"
#include "config.h"
#include "log.h"
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
NS_LOG_COMPONENT_DEFINE ("RngSeedManager") | |
Variables | |
static uint64_t | ns3::g_nextStreamIndex = 0 |
static ns3::GlobalValue | ns3::g_rngRun ("RngRun","The run number used to modify the global seed", ns3::IntegerValue(1), ns3::MakeIntegerChecker< int64_t >()) |
static ns3::GlobalValue | ns3::g_rngSeed ("RngSeed","The global seed of all rng streams", ns3::IntegerValue(1), ns3::MakeIntegerChecker< uint32_t >()) |
NS_LOG_COMPONENT_DEFINE | ( | "RngSeedManager" | ) |