Closed sayler closed 4 years ago
thank you :)
@kevinjwalters wanna take a look?
I will say: there are fancier, and certainly faster, ways to do this if the range [0, 2**16-1] is desired.
Change looks fine. Reduce the range by 1 to avoid hitting 65536 which will blow up on the 16bit unsigned storage is all that's required.
Before:
After:
Fixes #9