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