premiere-libtorrent/include/libtorrent/random.hpp

8 lines
120 B
C++
Raw Normal View History

2011-02-26 18:59:34 +01:00
#include <boost/cstdint.hpp>
namespace libtorrent
{
void random_seed(boost::uint32_t v);
boost::uint32_t random();
}