blob: bb5a3a6a32ef39268a875c4bb47e260b7e15cfd3 [file] [log] [blame]
/**
* Copyright (C) 2013 Regents of the University of California.
* See COPYING for copyright and distribution information.
*/
#ifndef NDN_UTIL_RANDOM_HPP
#define NDN_UTIL_RANDOM_HPP
#include "../common.hpp"
namespace ndn {
namespace random {
uint32_t
generateWord32();
} // namespace random
} // namespace ndn
#endif // NDN_UTIL_RANDOM_HPP