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
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition: algorithm.hpp:32
boost::random::mt19937 & getGlobalRng()
Definition: random.cpp:34