premiere-libtorrent/include/libtorrent/random.hpp

8 lines
120 B
C++

#include <boost/cstdint.hpp>
namespace libtorrent
{
void random_seed(boost::uint32_t v);
boost::uint32_t random();
}