NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
random.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#include "
random.hpp
"
27
28
namespace
nfd {
29
30
static
boost::random::mt19937
g_rng
;
31
32
boost::random::mt19937&
33
getGlobalRng
()
34
{
35
return
g_rng
;
36
}
37
38
}
// namespace nfd
nfd::g_rng
static boost::random::mt19937 g_rng
Definition:
random.cpp:30
nfd::getGlobalRng
boost::random::mt19937 & getGlobalRng()
Definition:
random.cpp:33
random.hpp
ndnSIM
NFD
core
random.cpp
Generated on Wed Feb 18 2015 16:31:16 for ndnSIM by
1.8.7