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