mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 02:32:51 +00:00
removed debug comment
This commit is contained in:
parent
550d711f66
commit
62c91688fc
1
util.cpp
1
util.cpp
@ -433,7 +433,6 @@ bignum bignum::randomized_div(int x) const {
|
|||||||
}
|
}
|
||||||
while(isize(res.digits) && res.digits.back() == 0) res.digits.pop_back();
|
while(isize(res.digits) && res.digits.back() == 0) res.digits.pop_back();
|
||||||
if(rand() % x < carry) res += 1;
|
if(rand() % x < carry) res += 1;
|
||||||
// println(hlog, get_str(100), " / ", x, " = ", res.get_str(100));
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user