UnsignedInteger
-
Returns a value deterministically selected from
0..<size.This is a faster variation than computing
x % size. For additional context, please see: https://lemire.me/blog/2016/06/27/a-fast-alternative-to-the-modulo-reduction
View on GitHub
UnsignedInteger Extension Reference