This commit is contained in:
arvidn 2015-11-12 01:42:44 -05:00
parent 2626159abe
commit d4d5f37222
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ namespace libtorrent
#endif // TORRENT_BUILD_SIMULATOR
boost::uint32_t TORRENT_EXTRA_EXPORT randint(int i)
boost::uint32_t randint(int i)
{
return random() % i;
}