blob: bb5a3a6a32ef39268a875c4bb47e260b7e15cfd3 [file] [log] [blame]
Alexander Afanasyeve9fdb802014-02-05 17:36:51 -08001/**
2 * Copyright (C) 2013 Regents of the University of California.
3 * See COPYING for copyright and distribution information.
4 */
5
6#ifndef NDN_UTIL_RANDOM_HPP
7#define NDN_UTIL_RANDOM_HPP
8
9#include "../common.hpp"
10
11namespace ndn {
12namespace random {
13
14uint32_t
15generateWord32();
16
17} // namespace random
18} // namespace ndn
19
20#endif // NDN_UTIL_RANDOM_HPP