NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
random.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
37 #ifndef NFD_CORE_RANDOM_HPP
38 #define NFD_CORE_RANDOM_HPP
39 
40 #include <random>
41 
42 namespace nfd {
43 
46 std::mt19937&
47 getGlobalRng();
48 
49 } // namespace nfd
50 
51 #endif // NFD_CORE_RANDOM_HPP
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
std::mt19937 & getGlobalRng()
Definition: random.cpp:32