forked from premiere/premiere-libtorrent
8 lines
120 B
C++
8 lines
120 B
C++
|
#include <boost/cstdint.hpp>
|
||
|
|
||
|
namespace libtorrent
|
||
|
{
|
||
|
void random_seed(boost::uint32_t v);
|
||
|
boost::uint32_t random();
|
||
|
}
|