NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
boost::random::mt19937 & getGlobalRng()
Definition: random.cpp:33