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
random.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
35
#ifndef NFD_CORE_RANDOM_HPP
36
#define NFD_CORE_RANDOM_HPP
37
38
#include <boost/random/mersenne_twister.hpp>
39
40
namespace
nfd
{
41
44
boost::random::mt19937&
45
getGlobalRng
();
46
47
}
// namespace nfd
48
49
#endif // NFD_CORE_RANDOM_HPP
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:38
nfd::getGlobalRng
boost::random::mt19937 & getGlobalRng()
Definition:
random.cpp:34
ndnSIM
NFD
core
random.hpp
Generated on Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11