fn uintLessThanBiased(r: Random, comptime T: type, less_than: T) T
Constant-time implementation off uintLessThan. The results of this function may be biased.
uintLessThan
r: Random,
T: type,
less_than: T,